mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-07 05:19:07 -04:00
Update personal config
This commit is contained in:
parent
a29790fbdd
commit
45f5f41399
9 changed files with 74 additions and 30 deletions
|
@ -75,9 +75,9 @@ animations {
|
|||
bezier = strongOvershot, 0.13, 0.99, 0.29, 1.3
|
||||
bezier = easeOutExpo, 0.16, 1, 0.3, 1
|
||||
bezier = easeInOutBack, 0.68, -0.6, 0.32, 1.6
|
||||
animation = windows, 1, 4, easeOutExpo, popin
|
||||
animation = border, 1, 4, easeOutExpo
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = windowsIn, 1, 4, easeOutExpo, slide
|
||||
animation = windowsOut, 1, 4, easeOutExpo, slide
|
||||
animation = windowsMove, 1, 4, easeOutExpo, slide
|
||||
animation = layers, 1, 3, overshot, fade
|
||||
animation = fadeIn, 1, 1, easeOutExpo
|
||||
animation = fadeOut, 1, 1, easeOutExpo
|
||||
|
@ -85,6 +85,8 @@ animations {
|
|||
animation = fadeShadow, 1, 6, easeOutExpo
|
||||
animation = fadeDim, 1, 6, easeOutExpo
|
||||
animation = fadeLayers, 1, 2, easeOutExpo
|
||||
animation = border, 1, 4, easeOutExpo
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = workspaces, 1, 6, easeOutExpo, slide
|
||||
animation = specialWorkspace, 1, 1, easeOutExpo, fade
|
||||
}
|
||||
|
@ -98,6 +100,7 @@ master {
|
|||
always_center_master = false
|
||||
mfact = 0.55
|
||||
no_gaps_when_only = 0
|
||||
new_status = master
|
||||
}
|
||||
|
||||
misc {
|
||||
|
|
|
@ -27,7 +27,7 @@ bind = $mod, T, exec, swaync-client --toggle-panel
|
|||
# bind = $mod SHIFT, D, exec, tofi-drun --drun-launch=true
|
||||
bind = $mod, D, exec, rofi -show drun -theme catppuccin-macchiato
|
||||
# bind = $mod, D, exec, anyrun
|
||||
bind = $mod SHIFT, W, exec, rofi -show window -theme catppuccin-macchiato
|
||||
bind = $mod, W, exec, rofi -show window -theme catppuccin-macchiato
|
||||
# bind = ALT_L, Tab, exec, rofi -show window -theme catppuccin-macchiato
|
||||
# bind = ALT_L, Tab, exec, eww open overview
|
||||
# bind = ALT_L, Tab, exec, killall -SIGUSR1 sfwbar
|
||||
|
@ -62,8 +62,8 @@ bind = $mod CONTROL, Tab, movewindow, mon:+1
|
|||
bind = $mod, Escape, cyclenext
|
||||
bind = $mod, S, togglesplit
|
||||
|
||||
bind = $mod, F, fullscreen
|
||||
bind = $mod SHIFT, F, fullscreen, 1
|
||||
bind = $mod, F, fullscreen, 1
|
||||
bind = $mod SHIFT, F, fullscreen
|
||||
# bind = $mod, M, fakefullscreen
|
||||
|
||||
bind = $mod, left, movefocus, l
|
||||
|
@ -154,7 +154,8 @@ bind = $mod CONTROL, Space, changegroupactive
|
|||
|
||||
bind = $mod, comma, focusmonitor, -1
|
||||
bind = $mod, period, focusmonitor, +1
|
||||
bind = $mod, TAB, focusmonitor, +1
|
||||
bind = $mod, Tab, focusmonitor, +1
|
||||
bind = $mod SHIFT, Tab, movecurrentworkspacetomonitor, +1
|
||||
bind = $mod SHIFT, comma, movewindow, mon:-1
|
||||
bind = $mod SHIFT, period, movewindow, mon:+1
|
||||
|
||||
|
@ -168,8 +169,8 @@ bind = $mod SHIFT, period, movewindow, mon:+1
|
|||
|
||||
# hycov
|
||||
|
||||
# bind = $mod, W, hycov:toggleoverview
|
||||
# bind = $mod, Tab, hycov:toggleoverview
|
||||
bind = $mod, W, hycov:toggleoverview
|
||||
# bind = $mod SHIFT, Tab,hycov:toggleoverview,forceall #grave key is the '~' key
|
||||
# bind = $mod CONTROL, Tab, hycov:toggleoverview,forceallinone
|
||||
# bind = ALT_L, Escape, hycov:toggleoverview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue