From d809ac8d7fa8ec48fffec480612ff26987bc54e3 Mon Sep 17 00:00:00 2001 From: caiowakamatsu Date: Fri, 26 Sep 2025 02:23:33 -0300 Subject: [PATCH] more config updates --- hypr/hyprland.conf | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index bb912ca..ad20b12 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -23,7 +23,9 @@ $screenshot = grim -g "$(slurp)" - | swappy -f - # exec-once = nm-applet & # exec-once = waybar & hyprpaper & firefox exec-once = swww-daemon & disown -exec-once = ~/.config/scripts/launch.sh # status bar + +# Don't want waybar on Berlin +exec-once = sh -c '[ "$(hostname)" != "berlin" ] && ~/.config/scripts/launch.sh' ############################# ### ENVIRONMENT VARIABLES ### @@ -207,13 +209,21 @@ $mainMod = SUPER # Sets "Windows" key as main modifier # Screenshots bind = SUPER_SHIFT, S, exec, $screenshot +bind = $mainMod, R, submap,resize +submap = resize +binde=,l,resizeactive, 80 0 +binde=,h,resizeactive, -80 0 +binde=,k,resizeactive, 0 -80 +binde=,j,resizeactive, 0 80 +bind = ,escape, submap, reset +submap = reset + # Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more bind = $mainMod, RETURN, exec, $terminal bind = SUPER_SHIFT, Q, killactive, bind = $mainMod, E, exec, $fileManager bind = $mainMod, F, togglefloating, bind = $mainMod, D, exec, $menu -bind = $mainMod, R, exec, ~/.config/scripts/launch.sh # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l