This commit is contained in:
joachimschmidt557 2019-10-12 13:12:46 +02:00
parent 654dd1c428
commit db2fe31992
2 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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