Add BetterDiscord themes and plugin configurations for customization
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
# Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, Q, exec, $browser
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, space, exec, $menu
|
||||
bind = $mainMod, T, exec, $terminal # Open Terminal
|
||||
bind = $mainMod, C, killactive, # Kill active Window
|
||||
bind = $mainMod, E, exec, $fileManager # Open File Manager
|
||||
bind = $mainMod, Q, exec, $browser # Open Browser
|
||||
bind = $mainMod, V, togglefloating, # Toggle Window floating
|
||||
bind = $mainMod, space, exec, $menu # Open Menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, F11, fullscreen, #
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
bind = $mainMod, F11, fullscreen, # Toggle Window fullscreen
|
||||
bind = $mainMod, J, togglesplit, # Toggle Window split
|
||||
bind = $mainMod, L, exec, hyprlock # Lock Desktop
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
||||
Reference in New Issue
Block a user