Hyprland: Add custom F1-F12 shortcuts
This commit is contained in:
parent
23414b3d44
commit
84c8176e5b
|
|
@ -1,2 +1,14 @@
|
||||||
exec-once = ~/.local/bin/jellyfin-rpc &
|
exec-once = ~/.local/bin/jellyfin-rpc &
|
||||||
exec-once = sleep 5; nextcloud &
|
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 &'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue