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 ) &
|
||||
killall wired
|
||||
(sleep 1 && wired ) &
|
||||
(sleep 3 && optimus-manager-qt) &
|
||||
#(sleep 3 && optimus-manager-qt) &
|
||||
(sleep 3 && flameshot) &
|
||||
|
||||
(sleep 4 && keepassxc) &
|
||||
|
@ -34,13 +34,18 @@ killall wired
|
|||
|
||||
(sleep 5 && syncthing -no-browser) &
|
||||
#(sleep 5 && thunderbird ) &
|
||||
(sleep 5 && davmail ) &
|
||||
(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
|
||||
killall goimapnotify
|
||||
(sleep 55 && killall goimapnotify) &
|
||||
|
||||
(sleep 6 && notify-send "STARTUP MSG" "Don't Forget to unlock keepassXC!") &
|
||||
|
||||
# start watching all mail dirs
|
||||
# moved to file
|
||||
#for imapnotify_config in ~/Documents/passwords/*_imapnotify.json; do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
grep -qs '^ID=arch$' /etc/os-release \
|
||||
grep -qs '^ID=artix$' /etc/os-release \
|
||||
&& { test -e /lib/modules/`uname -r` \
|
||||
|| echo Kernel updated, reboot computer.; }
|
||||
|
|
|
@ -3,6 +3,8 @@ setxkbmap -option ctrl:swapcaps
|
|||
setxkbmap -option altwin:swap_lalt_lwin
|
||||
setxkbmap -model pc105 -layout us,ar -variant ,qwerty -option grp:shifts_toggle
|
||||
|
||||
xset r rate 300 50
|
||||
|
||||
# touchpad touch
|
||||
idd=$(xinput --list | grep 'Touchpad' | awk '{print $6}'| cut -d'=' -f2)
|
||||
#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 KeePassXC desktop='^8'
|
||||
# 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 Peek state=floating
|
||||
|
|
|
@ -65,7 +65,7 @@ type = custom/script
|
|||
exec-if = pgrep keepassxc
|
||||
exec = secret-tool lookup check status &> /dev/null && echo " "
|
||||
|
||||
interval = 5
|
||||
interval = 20
|
||||
|
||||
format = <label>
|
||||
label-padding = 1
|
||||
|
|
Loading…
Reference in New Issue