diff options
author | Blaster4385 <[email protected]> | 2025-08-01 21:19:49 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2025-08-01 21:19:49 +0530 |
commit | 6af657af074bbcd82cc77bef9456362bbbf5d495 (patch) | |
tree | c3f4666c664a0add5be39c6b96e28606dd0f2c7e /hypr/keybinds.conf | |
parent | eda3e250c5b3ff8fb117cdad1fd63fe993ce06bf (diff) |
Diffstat (limited to 'hypr/keybinds.conf')
-rw-r--r-- | hypr/keybinds.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/hypr/keybinds.conf b/hypr/keybinds.conf index ec62deb..9f12a63 100644 --- a/hypr/keybinds.conf +++ b/hypr/keybinds.conf @@ -1,13 +1,14 @@ $mainMod = SUPER -$terminal = kitty -$fileManager = thunar -$menu = rofi -font "JetBrainsMono Nerd Font 10" -show drun +$terminal = uwsm app -- kitty +$fileManager = uwsm app -- thunar +$menu = uwsm app -- rofi -font "JetBrainsMono Nerd Font 10" -show drun -run-command 'uwsm app -- {cmd}' bind = $mainMod, Return, exec, $terminal bind = $mainMod, Q, hy3:killactive, -bind = $mainMod, M, exit, +bind = $mainMod, M, exec, /home/venkatesh/.config/rofi/scripts/rofi-mpris.sh bind = $mainMod, V, togglefloating, bind = $mainMod, D, exec, $menu +bind = $mainMod, C, exec, uwsm app -- rofi -font "JetBrainsMono Nerd Font 10" -modi clipboard:/home/venkatesh/.config/rofi/scripts/cliphist-rofi -show clipboard bind = $mainMod, F, fullscreen bind = $mainMod SHIFT, R, exec, hyprctl reload |