mirror of https://github.com/Flinner/dots.git
feat: move on, nothing of value to see here
This commit is contained in:
parent
bb0a8fbbf7
commit
808abe449f
|
@ -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
|
||||||
|
|
|
@ -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.; }
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue