Updated some scripts
This commit is contained in:
parent
e778e6df17
commit
6f1fdf80a8
|
@ -7,23 +7,16 @@ xrdb -load "$XDG_CONFIG_HOME/X11/xresources"
|
||||||
|
|
||||||
# (nitrogen --restore || true) & disown;
|
# (nitrogen --restore || true) & disown;
|
||||||
xset r rate 250 25;
|
xset r rate 250 25;
|
||||||
touchpad_dev_name=$(xinput | grep -oP '(SynPS/2 Synaptics TouchPad|Synaptics TM2722-001)');
|
|
||||||
xinput set-prop "${touchpad_dev_name}" 'libinput Natural Scrolling Enabled' 1;
|
|
||||||
xinput set-prop "${touchpad_dev_name}" 'libinput Tapping Enabled' 1;
|
|
||||||
xcompmgr & disown;
|
xcompmgr & disown;
|
||||||
nm-applet & disown;
|
nm-applet & disown;
|
||||||
lxqt-policykit-agent & disown;
|
lxqt-policykit-agent & disown;
|
||||||
(xfce4-clipman || true) & disown;
|
(xfce4-clipman || true) & disown;
|
||||||
xfce4-power-manager & disown;
|
xfce4-power-manager & disown;
|
||||||
syncthingtray & disown;
|
syncthingtray-qt6 & disown;
|
||||||
blueman-applet & disown;
|
blueman-applet & disown;
|
||||||
killall oneko;
|
killall oneko;
|
||||||
conky & disown;
|
conky & disown;
|
||||||
#oneko -bg '#1a1a1a' -fg '#bfbfbf' -tofocus -sakura & disown;
|
oneko -bg '#1a1a1a' -fg '#bfbfbf' -tofocus -sakura & disown;
|
||||||
|
|
||||||
##either one or another. never both at the same time.
|
|
||||||
#setxkbmap -model pc104 -layout us,ru -option grp:caps_toggle -option compose:ralt;
|
|
||||||
# ibus-daemon -drxR;
|
|
||||||
|
|
||||||
[ -f "${HOME}/.config/xkb.conf" ] \
|
[ -f "${HOME}/.config/xkb.conf" ] \
|
||||||
&& xkbcomp "${HOME}/.config/xkb.conf" :0 2>/dev/null;
|
&& xkbcomp "${HOME}/.config/xkb.conf" :0 2>/dev/null;
|
||||||
|
|
|
@ -46,7 +46,7 @@ if [ ${bat_health} -le 50 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
convert "$source_image" \
|
magick "$source_image" \
|
||||||
-font "Unifont" \
|
-font "Unifont" \
|
||||||
-pointsize 16 \
|
-pointsize 16 \
|
||||||
-draw "gravity North \
|
-draw "gravity North \
|
||||||
|
|
Loading…
Reference in New Issue