Fix lancher windows size
This commit is contained in:
parent
7a3719300c
commit
5c195b6627
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ assign [app_id="^firefox$"] $ws3
|
|||
assign [class="keepassxc"] $ws3
|
||||
assign [app_id="org.remmina.*"] $ws5
|
||||
|
||||
for_window [app_id="^launcher$"] floating enable, border none<Paste>
|
||||
for_window [app_id="^launcher$"] floating enable, resize set height 400 px, resize set width 800px
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace $ws1
|
||||
|
|
Reference in a new issue