diff options
author | Aaditya Dhruv <[email protected]> | 2023-05-09 14:51:31 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-05-09 14:51:31 -0500 |
commit | de575ce30b06e140a53a59ed8343a6ed4e76a6e7 (patch) | |
tree | b5c99ad0551f66001ea3aa579122007900483a85 | |
parent | 0878471eed38fb30cee681835c907ee59f0a5c97 (diff) |
hyprland config update
-rw-r--r-- | .config/hypr/hyprlandd.conf | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/.config/hypr/hyprlandd.conf b/.config/hypr/hyprlandd.conf index 587f90e..9eb249f 100644 --- a/.config/hypr/hyprlandd.conf +++ b/.config/hypr/hyprlandd.conf @@ -14,8 +14,9 @@ monitor=,preferred,auto,1 # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch -exec-once = swaybg -i /home/aaditya/.wallpapers/Erdtree.png +exec-once = swaybg -i /home/aaditya/.wallpapers/sekiro.jpg exec-once = waybar -c /home/aaditya/.config/waybar/config +exec-once = dunst & # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf @@ -27,10 +28,10 @@ input { kb_options = kb_rules = - follow_mouse = 0 + follow_mouse = 2 touchpad { - natural_scroll = no + natural_scroll = yes } sensitivity = 0 # -1.0 - 1.0, 0 means no modification. @@ -94,7 +95,7 @@ master { gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = off + workspace_swipe = on } # Example per-device config @@ -121,7 +122,7 @@ bind = $mainMod, V, togglefloating, bind = $mainMod, F, fullscreen, bind = $mainMod, C, cyclenext, bind = SUPER_SHIFT, C, cyclenext, prev -bind = $mainMod, Space, exec, /home/aaditya/.config/polybar/scripts/launcher.sh +bind = $mainMod, Space, exec, /home/aaditya/.config/polybar/scripts/launcher.sh & bind = $mainMod, A, bringactivetotop, bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, E, togglesplit, # dwindle @@ -178,4 +179,15 @@ bind = ,XF86MonBrightnessUp, exec, brightnessctl set +10% bind = ,XF86MonBrightnessDown, exec, brightnessctl set 10-% +#Resizing + +bind = $mainMod ALT, H, resizeactive, -50 0 +bind = $mainMod ALT, J, resizeactive, 0 50 +bind = $mainMod ALT, K, resizeactive, 0 -50 +bind = $mainMod ALT, L, resizeactive, 50 0 + + +#Screenshots + +bind = $mainMod SHIFT, S, exec, grim ~/Seafile/Files/Screenshots/$(date +%s).png |