diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/sway/config b/.config/sway/config index 3a4b4e3..9c3c087 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -173,10 +173,10 @@ mode "resize" { } bindsym $mod+r mode "resize" -mode "dota" { - bindsym $mod+o mode "default" +mode "game" { + bindsym $mod+Shift+o mode "default" } -bindsym $mod+o mode "dota" +bindsym $mod+o mode "game" # Walpaper # exec --no-startup-id feh --bg-fill ~/Pictures/wallpaper.png @@ -280,7 +280,7 @@ output 'Dell Inc. DELL P2723QE 3940MP3' { } output eDP-1 { - position 0,0 + position 4000,640 scale 1.25 } |
