Hyprland: Add custom F1-F12 shortcuts

This commit is contained in:
Harzo 2023-08-15 13:40:38 +02:00
parent 23414b3d44
commit 84c8176e5b
1 changed files with 12 additions and 0 deletions

View File

@ -1,2 +1,14 @@
exec-once = ~/.local/bin/jellyfin-rpc &
exec-once = sleep 5; nextcloud &
$mmod = SUPER
$smod = SUPER_SHIFT
$shift = SHIFT
bind = $mmod, F1, exec, firefox
bind = $mmod, F2, exec, thunar
bind = $mmod, F3, exec, discord --enable-features=UseOzonePlatform --ozone-platform=wayland
bind = $mmod, F4, exec, keepassxc
bind = $mmod, F5, exec, virt-manager
bind = $mmod, F6, exec, steam
bind = $mmod, F12, exec, fish -c 'pkill waybar; waybar &'