Update configs

This commit is contained in:
Tobias Reisinger 2023-10-18 23:51:45 +02:00
parent 72da0ef04a
commit 12349398f3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 18 additions and 5 deletions

View file

@ -18,7 +18,8 @@ declare -A mapper=(
["nvim"]="$HOME/.config/nvim/"
["nvim.packer"]="$HOME/.config/nvim/lua/plugins.lua"
["polybar"]="$HOME/.config/polybar"
["qutebrowser"]="$HOME/.config/qutebrowser/common.py"
["qutebrowser"]="$HOME/.config/qutebrowser/config.py"
["qutebrowser-kiosk"]="$HOME/.config/qutebrowser/config_kiosk.py"
["starship"]="$HOME/.config/starship.toml"
["sxhkd"]="$HOME/.config/sxhkd/sxhkdrc"
["vim"]="$HOME/.config/vim/vimrc"

View file

@ -35,4 +35,3 @@ fi
#fi
printf "\n\n\n\n=== DONE ============================================================\n"
read -r

View file

@ -63,12 +63,18 @@ _autostart_manage_sync () {
done
}
_get_autostart_cmd () {
_query_autostart_toml 'select((.key == "'"$1"'") or (.value.alias == "'"$1"'")) | .value.command'
}
_get_autostart_delay () {
_query_autostart_toml 'select((.key == "'"$1"'") or (.value.alias == "'"$1"'")) | .value.delay // 0'
}
_autostart_manage_exec () {
cmd=$(_get_autostart_cmd "$1")
sleep "$(_get_autostart_delay "$1")"
bash -c "$cmd"
}

View file

@ -28,6 +28,7 @@ group = 'conky'
[apps.discord]
command = 'flatpak run com.discordapp.Discord'
delay = 3
hosts = []
group = 'chat'
@ -68,6 +69,7 @@ group = 'common'
[apps.signal]
command = 'flatpak run org.signal.Signal'
delay = 3
hosts = []
group = 'messenger'

View file

@ -23,14 +23,14 @@ windowrulev2 = move 100%-300 100%-30, class:(steam), title:^(notificationtoasts)
windowrulev2 = nofocus, class:(steam), title:^(notificationtoasts)
windowrulev2 = float, class:(steam), title:^(Friends List)
windowrulev2 = noinitialfocus, class:(steam), title:^(Friends List)
windowrulev2 = monitor $mon2, class:(steam), title:^(Friends List)
windowrulev2 = workspace $ws_chat silent, class:(steam), title:^(Friends List)
windowrulev2 = float, class:(xdg-desktop-portal-gtk)
windowrulev2 = monitor $mon2, class:(thunderbird), title:^$ # where monitor silent rule?
#windowrulev2 = monitor $mon2, class:(thunderbird), title:^$ # where monitor silent rule?
windowrulev2 = noinitialfocus, class:(thunderbird), title:^$
windowrulev2 = float, class:(thunderbird), title:^$
windowrulev2 = move 5 5, class:(thunderbird), title:^$
#windowrulev2 = move 5 5, class:(thunderbird), title:^$
windowrulev2 = float, class:(thunderbird), title:(Reminder)

View file

@ -5,6 +5,9 @@ def init(c):
# ungoogled-chromium
c.bind(',b', 'spawn chromium {url}')
c.bind(',B', 'hint links spawn chromium {hint-url}')
# firefox
c.bind(',f', 'spawn firefox {url}')
c.bind(',F', 'hint links spawn firefox {hint-url}')
c.bind(',j', 'spawn --userscript format_json dracula')

View file

@ -1 +1,3 @@
source ~/.config/vim/vimrc
set ideajoin