mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +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 = {
|
||||
enable = true;
|
||||
|
||||
loginShellInit = # fish
|
||||
''
|
||||
if test (tty) = /dev/tty2
|
||||
exec startx
|
||||
end
|
||||
'';
|
||||
|
||||
shellInit = # fish
|
||||
''
|
||||
set -U fish_greeting ""
|
||||
|
Loading…
Reference in New Issue
Block a user