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 | |
| parent | 392f7073fecce12541938a70a93b2d2dd61ce35b (diff) | |
sync
| -rw-r--r-- | .config/sway/config | 8 | ||||
| -rw-r--r-- | .zshrc | 1 | ||||
| -rwxr-xr-x | bin/xlutris | 3 |
3 files changed, 8 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 } @@ -130,6 +130,7 @@ unset key # alias cat=bat alias find=fd +alias open=xdg-open alias pls='sudo $(history -p !!)' alias jai="~/jai/bin/jai" export PATH=~/bin:$PATH diff --git a/bin/xlutris b/bin/xlutris new file mode 100755 index 0000000..8452ac8 --- /dev/null +++ b/bin/xlutris @@ -0,0 +1,3 @@ +#!/bin/bash + +env -u WAYLAND_DISPLAY lutris & disown |
