aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/sway/config8
-rw-r--r--.zshrc1
-rwxr-xr-xbin/xlutris3
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
}
diff --git a/.zshrc b/.zshrc
index baed47e..6dad253 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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