diff --git a/.config/fish/functions/screenkey-obs.fish b/.config/fish/functions/screenkey-obs.fish index ee87ee1..6b5b15c 100644 --- a/.config/fish/functions/screenkey-obs.fish +++ b/.config/fish/functions/screenkey-obs.fish @@ -1,3 +1,3 @@ function screenkey-obs - screenkey --no-systray -t 2 -p fixed -s small -g 960x48+0+984 --key-mode composed --bak-mode full --mods-mode normal --scr 0 -f Hack + screenkey --no-systray -t 2 -p fixed -s small -g 960x36+960+4 --key-mode composed --bak-mode full --mods-mode normal --scr 0 -f Hack end diff --git a/.config/fish/functions/tmate-obs.fish b/.config/fish/functions/tmate-obs.fish new file mode 100644 index 0000000..efc6ca0 --- /dev/null +++ b/.config/fish/functions/tmate-obs.fish @@ -0,0 +1,3 @@ +function tmate-obs + tmate -k tmk-ET35fx5m9cA7cxOt4jjWkSmaOy -r DustVoice +end diff --git a/.config/i3/config b/.config/i3/config index 68171bf..735b9c4 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -272,7 +272,7 @@ mode "resize" { # Autostart applications exec --no-startup-id nitrogen --restore; sleep 1; -exec --no-startup-id picom -bCG --backend glx +# exec --no-startup-id picom -bCG --backend glx # exec --no-startup-id nm-applet # exec --no-startup-id xfce4-power-manager # exec --no-startup-id pamac-tray @@ -288,9 +288,9 @@ bar { } # Theme colors -client.focused #a6f6c6 #3f853f #e6e6e6 #0099ff #8abeb7 +client.focused #a6f6c6 #3f853f #e6e6e6 #ff0077 #8abeb7 client.focused_inactive #c6c6c6 #1f1f1f #c6c6c6 #1f1f1f #8abeb7 -client.unfocused #c6c6c6 #1f1f1f #c6c6c6 #1f1f1f #8abeb7 +client.unfocused #c6c6c6 #1f1f1f #c6c6c6 #ff0077 #8abeb7 client.urgent #f6a6a6 #3f1f1f #e6c6c6 #3f1f1f #8abeb7 client.placeholder #c6c6c6 #1f1f1f #c6c6c6 #1f1f1f #8abeb7