From 83a41a9e2cc2d8cb017316a293ede86b7d475495 Mon Sep 17 00:00:00 2001 From: garhve Date: Wed, 18 Sep 2024 20:33:36 +0800 Subject: run steam with proxy on --- .config/hypr/hyprland.conf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.config/hypr') 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 -- cgit v1.2.3-70-g09d2