From 84c8176e5b104ac67c733836b4a1a10548d7aa6c Mon Sep 17 00:00:00 2001 From: Harzo Date: Tue, 15 Aug 2023 13:40:38 +0200 Subject: [PATCH] Hyprland: Add custom F1-F12 shortcuts --- .config/hypr/custom.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.config/hypr/custom.conf b/.config/hypr/custom.conf index 62c4485..e167fa1 100644 --- a/.config/hypr/custom.conf +++ b/.config/hypr/custom.conf @@ -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 &'