Adapt configs to fedora (older packages)
This commit is contained in:
parent
e5165af9e2
commit
88a808625a
4 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ bind = $main_mod, return, exec, $TERMINAL
|
|||
bind = $main_mod SHIFT, return, exec, [float] $TERMINAL
|
||||
|
||||
bind = $main_mod, Q, killactive,
|
||||
bind = $main_mod SHIFT, Q, forcekillactive,
|
||||
#bind = $main_mod SHIFT, Q, forcekillactive,
|
||||
bind = $main_mod, Space, togglefloating,
|
||||
bind = $main_mod, F, fullscreen,
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ windowrulev2 = workspace $ws_chat silent, class:(cinny)
|
|||
windowrulev2 = workspace $ws_chat silent, class:(im.riot.Riot)
|
||||
windowrulev2 = workspace $ws_chat silent, class:(TeamSpeak 3)
|
||||
|
||||
windowrulev2 = workspace $ws_msg silent, class:(thunderbird)
|
||||
windowrulev2 = workspace $ws_msg silent, class:(thunderbird|net.thunderbird.Thunderbird)
|
||||
windowrulev2 = workspace $ws_msg silent, class:^(Signal|org.signal.Signal)
|
||||
|
||||
windowrulev2 = workspace $ws02, class:(OMNeT\+\+ IDE)
|
||||
|
|
@ -40,10 +40,10 @@ windowrulev2 = noblur, class:^$ # intended for menus. not sure about side-effect
|
|||
|
||||
windowrulev2 = float, class:(xdg-desktop-portal-gtk)
|
||||
|
||||
windowrulev2 = noinitialfocus, class:(thunderbird), title:^$
|
||||
windowrulev2 = float, class:(thunderbird), title:^$
|
||||
windowrulev2 = noinitialfocus, class:(thunderbird|net.thunderbird.Thunderbird), title:^$
|
||||
windowrulev2 = float, class:(thunderbird|net.thunderbird.Thunderbird), title:^$
|
||||
|
||||
windowrulev2 = float, class:(thunderbird), title:(Reminder)
|
||||
windowrulev2 = float, class:(thunderbird|net.thunderbird.Thunderbird), title:(Reminder)
|
||||
|
||||
windowrulev2 = float, class:(org.keepassxc.KeePassXC), title:(KeePassXC - Browser Access Request)
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ misc {
|
|||
disable_autoreload = true
|
||||
|
||||
#anr_missed_pings = 10
|
||||
enable_anr_dialog = false
|
||||
#enable_anr_dialog = false
|
||||
}
|
||||
|
||||
decoration {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue