mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-06 22:11:41 +01:00
Added new hyprland binds
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
|
# Single app hotkeys
|
||||||
bind = $mainMod, SPACE, exec, $menu
|
bind = $mainMod, SPACE, exec, $menu
|
||||||
bind = $mainMod, Q, exec, $terminal
|
bind = $mainMod, Q, exec, $terminal
|
||||||
bind = $mainMod, W, exec, $browser
|
bind = $mainMod, W, exec, $browser
|
||||||
@@ -12,6 +13,11 @@ bind = $mainMod, O, exec, $fileManager
|
|||||||
bind = $mainMod, P, exec, $perfMonitor
|
bind = $mainMod, P, exec, $perfMonitor
|
||||||
bind = $mainMod, S, exec, $terminalBackup
|
bind = $mainMod, S, exec, $terminalBackup
|
||||||
bind = $mainMod, D, exec, $noteManagerSearch
|
bind = $mainMod, D, exec, $noteManagerSearch
|
||||||
|
|
||||||
|
# Multi-app hotkeys
|
||||||
|
bind = $mainMod, SHIFT, Q, exec, [workspace 1 silent] $browser & [workspace 2 silent] $terminal & [workspace 3 silent] $noteManager & [workspace 3 silent] $localDocs
|
||||||
|
|
||||||
|
# DE function hotkeys
|
||||||
bind = $mainMod, TAB, exec, $screenshot
|
bind = $mainMod, TAB, exec, $screenshot
|
||||||
bind = $mainMod, ESCAPE, exec, $lockscreen
|
bind = $mainMod, ESCAPE, exec, $lockscreen
|
||||||
bind = $mainMod SHIFT, T, exec, $colorpicker
|
bind = $mainMod SHIFT, T, exec, $colorpicker
|
||||||
|
|||||||
Reference in New Issue
Block a user