Minor modifications
This commit is contained in:
parent
8bae78e395
commit
fe89daffe6
3 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
function screenkey-obs
|
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
|
end
|
||||||
|
|
3
.config/fish/functions/tmate-obs.fish
Normal file
3
.config/fish/functions/tmate-obs.fish
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function tmate-obs
|
||||||
|
tmate -k tmk-ET35fx5m9cA7cxOt4jjWkSmaOy -r DustVoice
|
||||||
|
end
|
|
@ -272,7 +272,7 @@ mode "resize" {
|
||||||
|
|
||||||
# Autostart applications
|
# Autostart applications
|
||||||
exec --no-startup-id nitrogen --restore; sleep 1;
|
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 nm-applet
|
||||||
# exec --no-startup-id xfce4-power-manager
|
# exec --no-startup-id xfce4-power-manager
|
||||||
# exec --no-startup-id pamac-tray
|
# exec --no-startup-id pamac-tray
|
||||||
|
@ -288,9 +288,9 @@ bar {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Theme colors
|
# 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.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.urgent #f6a6a6 #3f1f1f #e6c6c6 #3f1f1f #8abeb7
|
||||||
client.placeholder #c6c6c6 #1f1f1f #c6c6c6 #1f1f1f #8abeb7
|
client.placeholder #c6c6c6 #1f1f1f #c6c6c6 #1f1f1f #8abeb7
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue