diff options
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c53dd50..327298d 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -86,23 +86,19 @@ gestures { workspace_swipe = off } -# Example per-device config -# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more +# Personal Configuration for Hyprland +# Thanos Apollo 2023 + +# See https://wiki.hyprland.org/Configuring/ for more + device:epic mouse V1 { sensitivity = -0.5 } -# Example windowrule v1 -# windowrule = float, ^(kitty)$ -# Example windowrule v2 -# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ -# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more - - # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER -# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more +# Binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = , F5, exec, "/home/$USER/dotfiles/scripts/keyboard-light-x220.sh" bind = , F8, exec, brightnessctl set +5% bind = , F7, exec, brightnessctl set 5-% @@ -118,8 +114,8 @@ bind = $mainMod, R , exec, tessen --dmenu=rofi bind = $mainMod, V, togglefloating, bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, F12, exec, grim -g "$(slurp)" - bind = , F11, fullscreen + # Move focus with mainMod + arrow keys bind = $mainMod, B, movefocus, l bind = $mainMod, F, movefocus, r @@ -167,5 +163,4 @@ bindm = $mainMod, mouse:273, resizewindow exec-once = waybar exec-once = hyprpaper exec-once = emacs --daemon -exec-once = qbittorrent exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
\ No newline at end of file |