From 8fe348aaedbea8c141e5f60f936ab278e2db2d08 Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Mon, 8 Jul 2024 16:43:28 -0400 Subject: sync --- .config/sway/config | 8 ++++---- .zshrc | 1 + bin/xlutris | 3 +++ 3 files changed, 8 insertions(+), 4 deletions(-) create mode 100755 bin/xlutris 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 -- cgit v1.2.3-70-g09d2