diff --git a/.bashrc b/.bashrc index 751ff5a..03564a0 100644 --- a/.bashrc +++ b/.bashrc @@ -9,7 +9,7 @@ export HOME=/home/talksik 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/:$HOME/.pub-cache/bin export QMAKE=~/Qt/5.15.14/gcc_64/bin # 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/:/usr/lib/x86_64-linux-gnu/pkgconfig/ export KUBECONFIG=~/.kube/config @@ -24,4 +24,4 @@ if [ -f '/home/talksik/Downloads/google-cloud-sdk/completion.bash.inc' ]; then . # chatgpt alias s=tgpt -[ -f ~/.inshellisense/key-bindings.bash ] && source ~/.inshellisense/key-bindings.bash \ No newline at end of file +[ -f ~/.inshellisense/key-bindings.bash ] && source ~/.inshellisense/key-bindings.bash diff --git a/.config/i3/config b/.config/i3/config index 64df876..e0b98b0 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -10,7 +10,7 @@ # Please see https://i3wm.org/docs/userguide.html for a complete reference! # Set mod key (Mod1=, Mod4=) -set $mod Mod1 +set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. @@ -194,7 +194,7 @@ bindsym $mod+r mode "resize" # 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_always --no-startup-id xset r rate 200 30 exec_always --no-startup-id /usr/bin/feh --bg-scale '/home/talksik/wallpaper.jpg' exec --no-startup-id picom --active-opacity .95 --inactive-opacity .70