Fixing merge with i3status

This commit is contained in:
2020-07-23 13:10:56 -04:00
parent 2903648ecd
commit 9c27f61769
6 changed files with 22 additions and 16 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
~/.bin/changepaper bing
pkill compton
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -option caps:escape -option compose:ralt
i3 restart
changepaper

View File

@ -1,3 +1,4 @@
#!/bin/sh
pkill compton
xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off
changepaper
keyboard-and-bg.sh

View File

@ -1,3 +1,4 @@
#!/bin/sh
xrandr --output eDP-1 --primary --mode 1920x1080 --pos 1080x1440 --rotate normal --output DP-1 --mode 1920x1080 --pos 0x481 --rotate left --output HDMI-1 --off --output DP-2 --mode 2560x1440 --pos 1080x0 --rotate normal --output HDMI-2 --off
kbg
pkill compton
xrandr --output eDP-1 --primary --mode 1920x1080 --pos 1080x1440 --rotate normal --output DP-1 --off --output HDMI-1 --mode 2560x1440 --pos 1080x0 --rotate normal --output DP-2 --mode 1920x1080 --pos 0x1440 --rotate left --output HDMI-2 --off
keyboard-and-bg.sh