changed hyprland.nix to use floorp
This commit is contained in:
parent
0e801d81df
commit
107cf086b9
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"[workspace name:comms silent; move -100%,100%] telegram-desktop"
|
"[workspace name:comms silent; move -100%,100%] telegram-desktop"
|
||||||
"[workspace name:comms silent; move -100%,-100%] signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
"[workspace name:comms silent; move -100%,-100%] signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||||
# "[workspace name:comms silent; move 100%,100%] firefox https://web.whatsapp.com https://instagram.com"
|
"[workspace name:comms silent; move 100%,100%] floorp https://web.whatsapp.com https://instagram.com"
|
||||||
"[workspace name:comms silent; move 100%,-100%] vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
"[workspace name:comms silent; move 100%,-100%] vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
# Keybind for setting fullscreen
|
# Keybind for setting fullscreen
|
||||||
"$mod, F11, fullscreen"
|
"$mod, F11, fullscreen"
|
||||||
# Keybinds for starting programs
|
# Keybinds for starting programs
|
||||||
"$mod, F, exec, firefox"
|
"$mod, F, exec, floorp"
|
||||||
"$mod, 1, exec, alacritty"
|
"$mod, 1, exec, alacritty"
|
||||||
"$mod, D, exec, vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
"$mod, D, exec, vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||||
"$mod, space, exec, zsh -c 'wofi --show drun, run'"
|
"$mod, space, exec, zsh -c 'wofi --show drun, run'"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue