mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-28 19:23:48 +01:00
fish: Start dwm on tty2
Makes it easier to run Hyprland and dwm simultaneously.
This commit is contained in:
parent
92d9ed77b0
commit
4f63c60124
@ -4,6 +4,13 @@
|
|||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
loginShellInit = # fish
|
||||||
|
''
|
||||||
|
if test (tty) = /dev/tty2
|
||||||
|
exec startx
|
||||||
|
end
|
||||||
|
'';
|
||||||
|
|
||||||
shellInit = # fish
|
shellInit = # fish
|
||||||
''
|
''
|
||||||
set -U fish_greeting ""
|
set -U fish_greeting ""
|
||||||
|
Loading…
Reference in New Issue
Block a user