diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 923c30e..d12780c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -37,6 +37,7 @@ monitor=,preferred,auto,auto $terminal = kitty $fileManager = ranger $menu = ~/.config/rofi/launchers/type-3/launcher.sh +$steam = run_steam.sh ################# @@ -224,13 +225,17 @@ $mainMod = ALT # Sets "Windows" key as main modifier # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, 0xff0d, exec, $terminal # xkb keycode for return key +bind = $mainMod, V, togglefloating, +bind = $mainMod, P, pseudo, # dwindle +bind = $mainMod, J, togglesplit, # dwindle + bind = $mainMod, W, killactive, bind = $mainMod, L, exit, + +# bind to applications bind = $mainMod, E, exec, kitty -e $fileManager -bind = $mainMod, V, togglefloating, bind = $mainMod, D, exec, $menu -bind = $mainMod, P, pseudo, # dwindle -bind = $mainMod, J, togglesplit, # dwindle +bind = $mainMod, R, exec,kitty -e $steam # hyprshot binds, PrintScreen's not working, use these 3 temporarily bind = $mainMod, COMMA, exec, hyprshot -m output # monitor |