feat: make nvim Neovide compatible
This commit is contained in:
parent
f3186bce02
commit
f8661477fc
21 changed files with 4837 additions and 75 deletions
|
|
@ -38,8 +38,8 @@ input {
|
|||
general {
|
||||
sensitivity=1.0 # for mouse cursor
|
||||
|
||||
gaps_in=5
|
||||
gaps_out=10
|
||||
gaps_in=3
|
||||
gaps_out=5
|
||||
border_size=3
|
||||
col.active_border=0xFFFF0000 0xFF00FF00 0xFF0000FF 45deg
|
||||
col.inactive_border=0x66333333
|
||||
|
|
@ -49,7 +49,7 @@ general {
|
|||
}
|
||||
|
||||
decoration {
|
||||
rounding=10
|
||||
rounding=4
|
||||
blur=1
|
||||
blur_size=3 # minimum 1
|
||||
blur_passes=1 # minimum 1
|
||||
|
|
@ -91,7 +91,7 @@ misc {
|
|||
# example window rules
|
||||
# for windows named/classed as abc and xyz
|
||||
windowrule=tile,^(.*)(Spotify)(.*)$
|
||||
windowrule=float,^(.*)(Steam)(.*)$
|
||||
# windowrule=float,^(.*)(Steam)(.*)$
|
||||
windowrule=float,^(.*)(OxiCalc)(.*)$
|
||||
windowrule=float,^(.*)(winecfg.exe)(.*)$
|
||||
windowrule=float,^(.*)(speed.exe)(.*)$
|
||||
|
|
@ -113,7 +113,7 @@ bind=SUPER,S,exec,grim -g "$(slurp)" - | wl-copy
|
|||
bind=SUPERSHIFTALT,S,exec, grim -g "$(slurp)" $HOME/gits/ost-4semester/Screenshots/$(date +'%Y_%m_%d_%I_%M_%S.png') && (date +'%Y_%m_%d_%I_%M_%S.png') | wl-copy
|
||||
bind=SUPERSHIFT,S,exec,grim -g "$(slurp)" - | swappy -f -
|
||||
bind=SUPER,F,exec,firefox
|
||||
bind=SUPER,T,exec,kitty
|
||||
bind=SUPER,T,exec,kitty -1
|
||||
bind=SUPER,Q,killactive,
|
||||
bind=SUPER,M,exit,
|
||||
bind=SUPER,E,exec,nautilus --new-window
|
||||
|
|
@ -190,14 +190,14 @@ bindm=SUPER,mouse:273,resizewindow
|
|||
|
||||
#binds for debug testing
|
||||
|
||||
bind=SUPERALT,H,pass,^(wlroots)$
|
||||
bind=SUPERALT,J,pass,^(wlroots)$
|
||||
|
||||
bind=SUPERALT,left,pass,^(wlroots)$
|
||||
bind=SUPERALT,right,pass,^(wlroots)$
|
||||
bind=SUPERALT,up,pass,^(wlroots)$
|
||||
bind=SUPERALT,down,pass,^(wlroots)$
|
||||
bind=CTRLALT,P,pass,^(parcellite)$
|
||||
# bind=SUPERALT,H,pass,^(wlroots)$
|
||||
# bind=SUPERALT,J,pass,^(wlroots)$
|
||||
#
|
||||
# bind=SUPERALT,left,pass,^(wlroots)$
|
||||
# bind=SUPERALT,right,pass,^(wlroots)$
|
||||
# bind=SUPERALT,up,pass,^(wlroots)$
|
||||
# bind=SUPERALT,down,pass,^(wlroots)$
|
||||
# bind=CTRLALT,P,pass,^(parcellite)$
|
||||
|
||||
|
||||
#autostart programs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue