adding thunar as the main file manager for now
This commit is contained in:
parent
23bbd681b6
commit
5741b58c12
5 changed files with 37 additions and 19 deletions
|
@ -103,17 +103,18 @@ misc {
|
|||
# example window rules
|
||||
# for windows named/classed as abc and xyz
|
||||
windowrule=opaque,firefox
|
||||
windowrule=float,dolphin
|
||||
windowrule=float,org.freedesktop.impl.portal.desktop.kde
|
||||
windowrule=size 60% 60%,dolphin
|
||||
windowrule=float,thunar
|
||||
windowrule=size 60% 60%,thunar
|
||||
windowrule=center,thunar
|
||||
windowrule=float,org.gnome.Nautilus
|
||||
windowrule=size 60% 60%,org.gnome.Nautilus
|
||||
windowrule=float,mpv
|
||||
windowrule=float,imv
|
||||
windowrule=float,title:Picture-in-Picture
|
||||
windowrule=center,title:Picture-in-Picture
|
||||
windowrule=float,mpv
|
||||
windowrule=size 90% 76%,mpv
|
||||
windowrule=center,mpv
|
||||
windowrule=center,title:Picture-in-Picture
|
||||
windowrule=opaque,mpv
|
||||
windowrule=workspace 1,mpv
|
||||
windowrule=size 90% 90%,title:Picture-in-Picture
|
||||
|
@ -135,7 +136,7 @@ windowrule=workspace 1,title:presentation-window
|
|||
bind = SUPER,RETURN,exec,alacritty
|
||||
bind = SUPER,C,killactive,
|
||||
bind = SUPERSHIFT,Q,exit,
|
||||
bind = SUPERSHIFT,D,exec,dolphin
|
||||
bind = SUPERSHIFT,D,exec,thunar
|
||||
bind = SUPERSHIFT,N,exec,nautilus
|
||||
bind = SUPERSHIFT,F,togglefloating,
|
||||
bindr = SUPER,Super_L,exec,/home/chris/bin/launcher.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue