hypr: more tweaks

This commit is contained in:
thomasabishop 2024-02-23 17:47:22 +00:00
parent 8ce8fcaaeb
commit 528245f88d

View file

@ -60,10 +60,10 @@ general {
gaps_in = 2
gaps_out = 10
border_size = 2
border_size = 3
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
# col.inactive_border = rgba(595959aa)
col.active_border = rgb(A9B665)
col.active_border = rgb(98971A)
#col.active_border = rgb(B8BB26)
col.inactive_border = rgb(A89984)
layout = dwindle
@ -120,9 +120,14 @@ master {
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = off
workspace_swipe = on
}
binds {
allow_workspace_cycles = true
}
misc {
force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers
disable_hyprland_logo = true
@ -157,7 +162,9 @@ bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, T, togglesplit, # dwindle
bind = $mainMod, F, fullscreen, 1
bind = ALT, TAB, exec, $HOME/.cargo/bin/window_switcher
## bind = CONTROL, C, exec, pkill wofi
bind=SUPER,TAB,workspace,previous
# Move focus with mainMod + arrow keys
bind = $mainMod, L, movefocus, l
@ -202,8 +209,8 @@ bind = $mainMod, S, togglespecialworkspace, magic
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
bind = $mainMod, RIGHT, workspace, m+1
bind = $mainMod, LEFT, workspace, m-1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow