summaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-04-13 06:50:24 +0300
committerThanos Apollo <[email protected]>2023-04-13 06:50:24 +0300
commit9992abd41031784b8a0674cfff0bcf70955325f3 (patch)
treeef6922e53d81641982364dde372ac961cb1c43ba /.config/hypr
parentf3d15196558d8e54ca002dc2958a24f01a6b634f (diff)
hypr: Change heading comments
Diffstat (limited to '.config/hypr')
-rw-r--r--.config/hypr/hyprland.conf19
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