changed hyprland.nix to use floorp

This commit is contained in:
Gabriella Bere 2025-05-04 02:03:01 +01:00
parent 0e801d81df
commit 107cf086b9

View file

@ -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'"