18
.xinitrc
18
.xinitrc
@ -22,8 +22,9 @@ nm-applet --sm-disable&
|
||||
dunst -config&
|
||||
browser-x&
|
||||
QT_SCALE_FACTOR=1.5 keepassxc &
|
||||
bitlbee -D&
|
||||
/usr/local/bin/st -e /bin/sh -c "tmux new-session -s BASE -n HOME '/bin/zsh'\; split-window 'htop'\; new-window -n WEECHAT 'weechat'\; new-window -n MAIL 'neomutt'\; new-window -n NEWSBOAT 'newsboat -r '\; new-window -n MUSIC 'cmus'"&
|
||||
#bitlbee -D&
|
||||
/usr/local/bin/st -e /bin/sh -c "tmux new-session -s BASE -n HOME '/bin/zsh'\; split-window 'htop'\; new-window -n MAIL 'neomutt'\; new-window -n NEWSBOAT 'newsboat -r '\; new-window -n MUSIC 'cmus'"&
|
||||
#/usr/local/bin/st -e /bin/sh -c "tmux new-session -s BASE -n HOME '/bin/zsh'\; split-window 'htop'\; new-window -n WEECHAT 'weechat'\; new-window -n MAIL 'neomutt'\; new-window -n NEWSBOAT 'newsboat -r '\; new-window -n MUSIC 'cmus'"&
|
||||
#(sleep 30 && getforecast)&
|
||||
sudo /usr/bin/rdate -s ntp.task.gda.pl && sudo /sbin/hwclock --systohc
|
||||
megasync &
|
||||
@ -35,17 +36,26 @@ ibus-daemon&
|
||||
|
||||
if [[ $(mons | awk '/Monitors/{print $2}') = 2 ]]
|
||||
then
|
||||
xrandr --output eDP-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output HDMI-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal
|
||||
xrandr --output HDMI-1 --mode 1920x1080 --rate 60 --primary --output eDP-1 --off
|
||||
#xrandr --output eDP-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output HDMI-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# Seetings of LID
|
||||
while true
|
||||
do
|
||||
if xrandr | grep "HDMI-1 disconnected"; then
|
||||
xrandr --output "HDMI-1" --off --output "eDP-1" --auto
|
||||
else
|
||||
xrandr --output "eDP-1" --off --output "HDMI-1" --auto
|
||||
fi
|
||||
|
||||
if [[ $(< /proc/acpi/button/lid/LID0/state ) = *closed ]] && [[ $(mons | awk '/Monitors/{print $2}') = 1 ]]
|
||||
then
|
||||
case $(< /sys/class/power_supply/ADP0/online) in
|
||||
1) ( [[ ! "$(pidof slock)" ]] && slock ) ;;
|
||||
0) sudo pm-suspend && slock ;;
|
||||
0) sudo s2ram && slock ;;
|
||||
esac
|
||||
fi
|
||||
sleep 2
|
||||
|
Reference in New Issue
Block a user