diff options
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 70be746..f745b2e 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,16 +1,19 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=eDP-1,1920x1080@60,0x0,1.00 +monitor=eDP-1,1920x1080@60,0x0,1.00,transform,0 # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch +# exec-once = waybar & hyprpaper & firefox exec-once = waybar & dunst & wpaperd exec-once = exec-once=dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY -#hyprpaper # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf +# Some default env vars. +#env = XCURSOR_SIZE,24 + # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ general { border_size = 2 @@ -34,7 +37,7 @@ decoration { rounding = 3 multisample_edges = true active_opacity=0.99 - inactive_opacity=0.93 + inactive_opacity=0.94 fullscreen_opacity=1.0 blur = true blur_size = 4 @@ -55,6 +58,7 @@ animations { animation = windows, 1, 7, myBezier animation = windowsOut, 1, 7, default, popin 80% animation = border, 1, 10, default + animation = borderangle, 1, 8, default animation = fade, 1, 7, default animation = workspaces, 1, 6, default } @@ -63,13 +67,11 @@ input { kb_layout = us kb_options=caps:escape follow_mouse = 1 - touchpad { disable_while_typing = no natural_scroll = no tap-to-click=yes } - sensitivity = 0 # -1.0 - 1.0, 0 means no modification. } @@ -87,6 +89,11 @@ Misc { swallow_regex = ^(foot)$ } +binds { + workspace_back_and_forth = true + allow_workspace_cycles = true +} + # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more @@ -149,8 +156,8 @@ bind = $MOD CTRL, E, exec, telegram-desktop ##(Temp Launch) -# Launch ranger -bind = $MOD, R, exec, foot -e ranger +# Launch ranger #with kitty till it's resolved +bind = $MOD, R, exec, kitty -e ranger # Launch pulsemixer bind = $MOD, P, exec, foot -e pulsemixer #Launch <go,h,b>top @@ -227,7 +234,6 @@ bind = $MOD, mouse_up, workspace, e-1 # Move/resize windows with MOD + LMB/RMB and dragging bindm = $MOD, mouse:272, movewindow -bindm = $MOD, mouse:272, movewindow bindm = $MOD, mouse:273, resizewindow # will switch to a submap called resize |