feat: move on, nothing of value to see here

This commit is contained in:
Flinner Yuu 2022-07-14 13:50:20 +03:00
parent bb0a8fbbf7
commit 808abe449f
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
5 changed files with 13 additions and 5 deletions

View File

@ -26,7 +26,7 @@ source ~/.fehbg
(sleep 0 && ~/bin/keyboard ) & (sleep 0 && ~/bin/keyboard ) &
killall wired killall wired
(sleep 1 && wired ) & (sleep 1 && wired ) &
(sleep 3 && optimus-manager-qt) & #(sleep 3 && optimus-manager-qt) &
(sleep 3 && flameshot) & (sleep 3 && flameshot) &
(sleep 4 && keepassxc) & (sleep 4 && keepassxc) &
@ -34,13 +34,18 @@ killall wired
(sleep 5 && syncthing -no-browser) & (sleep 5 && syncthing -no-browser) &
#(sleep 5 && thunderbird ) & #(sleep 5 && thunderbird ) &
(sleep 5 && davmail ) &
(sleep 7 && bspc rule -r Thunderbird ) & (sleep 7 && bspc rule -r Thunderbird ) &
# Kill all davail instances before launching a single one
kill $(pgrep --full "davmail")
(sleep 5 && davmail ) &
# kill current session and if there is ones waiting to start lol # kill current session and if there is ones waiting to start lol
killall goimapnotify killall goimapnotify
(sleep 55 && killall goimapnotify) & (sleep 55 && killall goimapnotify) &
(sleep 6 && notify-send "STARTUP MSG" "Don't Forget to unlock keepassXC!") &
# start watching all mail dirs # start watching all mail dirs
# moved to file # moved to file
#for imapnotify_config in ~/Documents/passwords/*_imapnotify.json; do #for imapnotify_config in ~/Documents/passwords/*_imapnotify.json; do

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
grep -qs '^ID=arch$' /etc/os-release \ grep -qs '^ID=artix$' /etc/os-release \
&& { test -e /lib/modules/`uname -r` \ && { test -e /lib/modules/`uname -r` \
|| echo Kernel updated, reboot computer.; } || echo Kernel updated, reboot computer.; }

View File

@ -3,6 +3,8 @@ setxkbmap -option ctrl:swapcaps
setxkbmap -option altwin:swap_lalt_lwin setxkbmap -option altwin:swap_lalt_lwin
setxkbmap -model pc105 -layout us,ar -variant ,qwerty -option grp:shifts_toggle setxkbmap -model pc105 -layout us,ar -variant ,qwerty -option grp:shifts_toggle
xset r rate 300 50
# touchpad touch # touchpad touch
idd=$(xinput --list | grep 'Touchpad' | awk '{print $6}'| cut -d'=' -f2) idd=$(xinput --list | grep 'Touchpad' | awk '{print $6}'| cut -d'=' -f2)
#xinput set-prop $idd 343 1 #xinput set-prop $idd 343 1

View File

@ -34,7 +34,8 @@ bspc config pointer_follows_focus true
bspc rule -a Thunderbird desktop='^8' bspc rule -a Thunderbird desktop='^8'
bspc rule -a KeePassXC desktop='^8' bspc rule -a KeePassXC desktop='^8'
# the confirm dialog # the confirm dialog
bspc rule -a "KeePassXC:Confirm Auto-Type:*" sticky=on bspc rule -a "KeePassXC:*:Confirm Auto-Type" sticky=on
bspc rule -a "Dragon-drag-and-drop" sticky=on
bspc rule -a Dino desktop='^8' bspc rule -a Dino desktop='^8'
bspc rule -a Peek state=floating bspc rule -a Peek state=floating

View File

@ -65,7 +65,7 @@ type = custom/script
exec-if = pgrep keepassxc exec-if = pgrep keepassxc
exec = secret-tool lookup check status &> /dev/null && echo " " exec = secret-tool lookup check status &> /dev/null && echo " "
interval = 5 interval = 20
format = <label> format = <label>
label-padding = 1 label-padding = 1