Add sway fixes
This commit is contained in:
parent
4a9468824a
commit
38e2058376
1 changed files with 29 additions and 0 deletions
|
@ -4,3 +4,32 @@ exec wl-paste -t text --watch clipman store --no-persist
|
||||||
# Add screenshot and color picker
|
# Add screenshot and color picker
|
||||||
bindsym Print exec grim
|
bindsym Print exec grim
|
||||||
bindsym Mod1+Print exec "slurp -p | xargs -I % grim -g % -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:- | tail --lines 1 | xargs -I % zenity --info --text=% --title='Color picker'"
|
bindsym Mod1+Print exec "slurp -p | xargs -I % grim -g % -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:- | tail --lines 1 | xargs -I % zenity --info --text=% --title='Color picker'"
|
||||||
|
|
||||||
|
# gentoo wiki "More reasonable floating windows"
|
||||||
|
for_window [window_role = "pop-up"] floating enable
|
||||||
|
for_window [window_role = "bubble"] floating enable
|
||||||
|
for_window [window_role = "dialog"] floating enable
|
||||||
|
for_window [window_type = "dialog"] floating enable
|
||||||
|
for_window [window_role = "task_dialog"] floating enable
|
||||||
|
for_window [window_type = "menu"] floating enable
|
||||||
|
for_window [app_id = "floating"] floating enable
|
||||||
|
for_window [app_id = "floating_update"] floating enable, resize set width 1000px height 600px
|
||||||
|
for_window [class = "(?i)pinentry"] floating enable
|
||||||
|
for_window [title = "Administrator privileges required"] floating enable
|
||||||
|
|
||||||
|
# firefox floating windows
|
||||||
|
for_window [title = "About Mozilla Firefox"] floating enable
|
||||||
|
for_window [window_role = "About"] floating enable
|
||||||
|
for_window [app_id="firefox" title="Library"] floating enable, border pixel 1, sticky enable
|
||||||
|
|
||||||
|
# steam floating windows
|
||||||
|
for_window [class="^Steam$" title="^Friends$"] floating enable
|
||||||
|
for_window [class="^Steam$" title="Steam - News"] floating enable
|
||||||
|
for_window [class="^Steam$" title=".* - Chat"] floating enable
|
||||||
|
for_window [class="^Steam$" title="^Settings$"] floating enable
|
||||||
|
for_window [class="^Steam$" title=".* - event started"] floating enable
|
||||||
|
for_window [class="^Steam$" title=".* CD key"] floating enable
|
||||||
|
for_window [class="^Steam$" title="^Steam - Self Updater$"] floating enable
|
||||||
|
for_window [class="^Steam$" title="^Screenshot Uploader$"] floating enable
|
||||||
|
for_window [class="^Steam$" title="^Steam Guard - Computer Authorization Required$"] floating enable
|
||||||
|
for_window [title="^Steam Keyboard$"] floating enable
|
||||||
|
|
Loading…
Reference in a new issue