forked from nico/dots
steamui: init
a decklike experience thing
This commit is contained in:
parent
4993d0faa1
commit
20b6b2da48
4 changed files with 90 additions and 1 deletions
|
|
@ -232,6 +232,11 @@ bindm = $mainMod, mouse:273, resizewindow
|
|||
|
||||
input:kb_options = caps:super
|
||||
|
||||
# Controllers Binds
|
||||
bind = $mainMod, page_up, workspace, e+1
|
||||
bind = $mainMod, page_down, workspace, e-1
|
||||
bind = $mainMod, insert, exec, hyprexit
|
||||
|
||||
##############################
|
||||
### WINDOWS AND WORKSPACES ###
|
||||
##############################
|
||||
|
|
@ -276,5 +281,10 @@ windowrulev2 = center, initialClass:(^opensnitch_ui$)
|
|||
|
||||
windowrulev2 = idleinhibit fullscreen, initialTitle:(.*)
|
||||
|
||||
windowrulev2 = pin, initialTitle:(^Steam Input On-screen Keyboard$)
|
||||
windowrulev2 = noblur, initialTitle:(^Steam Input On-screen Keyboard$)
|
||||
windowrulev2 = bordersize 0, initialTitle:(^Steam Input On-screen Keyboard$)
|
||||
windowrulev2 = noshadow, initialTitle:(^Steam Input On-screen Keyboard$)
|
||||
|
||||
# layer rules
|
||||
layerrule = animation slide top, waybar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue