diff options
author | garhve <git@garhve.com> | 2024-09-18 20:33:36 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2024-09-18 20:33:36 +0800 |
commit | 83a41a9e2cc2d8cb017316a293ede86b7d475495 (patch) | |
tree | 7b16f0cdce5d09761fe9385ebde0c25c551ea9ab /.config/hypr/hyprland.conf | |
parent | f623c2e072dfec5825f8a8aea5516c3f52cc41c6 (diff) |
run steam with proxy on
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 |