fixing config and making go come first in path
This commit is contained in:
@@ -6,7 +6,7 @@ alias l='ls -CF'
|
|||||||
alias lg='lazygit'
|
alias lg='lazygit'
|
||||||
|
|
||||||
export HOME=/home/talksik
|
export HOME=/home/talksik
|
||||||
export PATH=$PATH:~/Qt/5.15.14/gcc_64/bin/:~:/usr/local/go/bin:~/go/bin:~/code/flutter/bin:$HOME/.local/bin:$HOME/code/flutter-elinux/bin/
|
export PATH=/usr/local/go/bin:$PATH:~/Qt/5.15.14/gcc_64/bin/:~:~/go/bin:~/code/flutter/bin:$HOME/.local/bin:$HOME/code/flutter-elinux/bin/
|
||||||
export QMAKE=~/Qt/5.15.14/gcc_64/bin
|
export QMAKE=~/Qt/5.15.14/gcc_64/bin
|
||||||
# needed so that gstreamer building from source can reference Qt installation
|
# needed so that gstreamer building from source can reference Qt installation
|
||||||
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:~/Qt/5.15.14/gcc_64/lib/pkgconfig/
|
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:~/Qt/5.15.14/gcc_64/lib/pkgconfig/
|
||||||
|
|||||||
+6
-2
@@ -190,9 +190,13 @@ bar {
|
|||||||
status_command i3status
|
status_command i3status
|
||||||
}
|
}
|
||||||
|
|
||||||
exec_always --no-startup-id xrandr --output eDP-1 --off
|
# 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 --left-of DP-1
|
||||||
exec_always --no-startup-id xrdb ~/.Xresources
|
exec_always --no-startup-id xrdb ~/.Xresources
|
||||||
exec --no-startup-id xset r rate 200 30
|
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 /usr/bin/feh --bg-scale '/home/talksik/wallpaper.jpg'
|
||||||
exec --no-startup-id picom --active-opacity .95 --inactive-opacity .70
|
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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user