diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2024-07-08 16:43:28 -0400 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2024-07-08 16:43:28 -0400 |
| commit | 8fe348aaedbea8c141e5f60f936ab278e2db2d08 (patch) | |
| tree | 9e1bee44eaf19beff98041d70f475dbfa1442b79 /.config/sway | |
| parent | 392f7073fecce12541938a70a93b2d2dd61ce35b (diff) | |
sync
Diffstat (limited to '.config/sway')
| -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 } |
