diff --git a/.config/i3/config b/.config/i3/config index 2e03cd3..b96b20f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -248,8 +248,8 @@ for_window [class="^$TERMINAL-256color$" title="^polybar-wlan$"] \ bindsym $mod+c exec ~/.config/polybar/scripts/calendar.sh -t & # screenshots -bindsym --release Print exec cd ~/pics/screens/ && scrot -bindsym --release Shift+Print exec cd ~/pics/screens/ && scrot -s -f +bindsym --release Print exec cd ~/media/pics/screens/ && scrot +bindsym --release Shift+Print exec cd ~/media/pics/screens/ && scrot -s -f # Zoom links in private browser bindsym $mod+z exec ~/.local/bin/zoom-links diff --git a/.config/i3/monitor-setup.sh b/.config/i3/monitor-setup.sh index b5fe003..1ab3e9a 100755 --- a/.config/i3/monitor-setup.sh +++ b/.config/i3/monitor-setup.sh @@ -5,7 +5,7 @@ if [ 1 -lt "$(xrandr -q | grep " connected" | wc -l)" ]; then xrandr --output eDP1 --auto --pos 0x0 --primary \ --output DP1 --auto --scale-from 3200x1800 --pos 3200x0 \ --fb 6400x1800 - feh --bg-scale --no-fehbg "$HOME"/pics/wallpapers/wallpaper + feh --bg-scale --no-fehbg "$HOME"/media/pics/wallpapers/wallpaper killall -q polybar while pgrep -x polybar >/dev/null; do sleep 1; done else