diff --git a/fish/config.fish b/fish/config.fish index 996c8ac..ee1196e 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -9,7 +9,7 @@ set -gx PATH $HOME/.cargo/bin $PATH set -gx PATH $HOME/bin $PATH set -gx PATH /usr/local/go/bin $PATH set -gx PATH $HOME/go/bin $PATH -set -gx PATH $HOME/zig/build/bin $PATH +set -gx PATH $HOME/zig/build $PATH #set -gx PATH /usr/local/texlive/2019/bin/x86_64-linux $PATH # Environment vars diff --git a/i3/config b/i3/config index 2cd30a6..33d9ec9 100644 --- a/i3/config +++ b/i3/config @@ -181,17 +181,19 @@ bar { # MY OWN CONFIGS # # Set root window color -# Disabled because openSUSE Background is cool exec --no-startup-id xsetroot -solid "#333333" -# Reverse scrolling -# exec --no-startup-id xmodmap -e "pointer = 1 2 3 5 4 6 7 8 9 10 11 12" +# Set fehbg +exec --no-startup-id ~/.fehbg # Start compton -exec --no-startup-id compton --config ~/.compton.conf +# exec --no-startup-id compton --config ~/.compton.conf # Windows-L Lock shortcut -bindsym ctrl+$mod+l exec i3lock -i lockscreen.svg.png -t -e -f +bindsym ctrl+$mod+l exec i3lock -i $HOME/art/lockscreen.svg.png -t -e -f + +# Bluetooth menu shortcut +bindsym ctrl+$mod+b exec blue # Hide edge borders on fullscreen windows hide_edge_borders smart