fixing config and making go come first in path

This commit is contained in:
talksik
2023-10-17 13:08:41 -07:00
parent 7910922ea3
commit edcabc5bfa
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -190,9 +190,13 @@ bar {
status_command i3status
}
exec_always --no-startup-id xrandr --output eDP-1 --off
exec_always --no-startup-id xrandr --output eDP-1 --left-of DP-1
# exec_always --no-startup-id xrandr --output eDP-1 --off
# exec_always --no-startup-id xrandr --output eDP-1 --left-of DP-1
exec_always --no-startup-id xrdb ~/.Xresources
exec --no-startup-id xset r rate 200 30
exec --no-startup-id /usr/bin/feh --bg-scale '/home/talksik/wallpaper.jpg'
exec --no-startup-id picom --active-opacity .95 --inactive-opacity .70
# emoji picker
bindsym $mod+y exec --no-startup-id "/home/talksik/code/rofi-emoji/emoji.sh"