Add shortcut for rofirefox and set correct class for pavucontrol
This commit is contained in:
parent
a273bd5ba1
commit
d4dbe79cc1
1 changed files with 2 additions and 1 deletions
|
@ -72,6 +72,7 @@ bindsym XF86Tools exec playerctl previous
|
||||||
# Start Applications
|
# Start Applications
|
||||||
bindsym $mod+F2 exec firefox
|
bindsym $mod+F2 exec firefox
|
||||||
bindsym $mod+Shift+F2 exec firefox --private-window
|
bindsym $mod+Shift+F2 exec firefox --private-window
|
||||||
|
bindsym $mod+Ctrl+F2 exec rofirefox
|
||||||
bindsym $mod+F3 exec nemo
|
bindsym $mod+F3 exec nemo
|
||||||
# bindsym $mod+F3 exec ranger
|
# bindsym $mod+F3 exec ranger
|
||||||
bindsym $mod+t exec --no-startup-id pkill compton
|
bindsym $mod+t exec --no-startup-id pkill compton
|
||||||
|
@ -220,7 +221,7 @@ for_window [class="Galculator"] floating enable border pixel 1
|
||||||
for_window [title="MuseScore: Play Panel"] floating enable
|
for_window [title="MuseScore: Play Panel"] floating enable
|
||||||
for_window [class="Nitrogen"] floating enable sticky enable border normal
|
for_window [class="Nitrogen"] floating enable sticky enable border normal
|
||||||
for_window [class="Oblogout"] fullscreen enable
|
for_window [class="Oblogout"] fullscreen enable
|
||||||
for_window [class="Pavucontrol"] floating enable
|
for_window [class="pavucontrol"] floating enable
|
||||||
for_window [class="qt5ct"] floating enable sticky enable border normal
|
for_window [class="qt5ct"] floating enable sticky enable border normal
|
||||||
for_window [class="Qtconfig-qt4"] floating enable sticky enable border normal
|
for_window [class="Qtconfig-qt4"] floating enable sticky enable border normal
|
||||||
for_window [class="System-config-printer.py"] floating enable border normal
|
for_window [class="System-config-printer.py"] floating enable border normal
|
||||||
|
|
Loading…
Reference in a new issue