Add blue
This commit is contained in:
parent
654dd1c428
commit
db2fe31992
2 changed files with 8 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ set -gx PATH $HOME/.cargo/bin $PATH
|
||||||
set -gx PATH $HOME/bin $PATH
|
set -gx PATH $HOME/bin $PATH
|
||||||
set -gx PATH /usr/local/go/bin $PATH
|
set -gx PATH /usr/local/go/bin $PATH
|
||||||
set -gx PATH $HOME/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
|
#set -gx PATH /usr/local/texlive/2019/bin/x86_64-linux $PATH
|
||||||
|
|
||||||
# Environment vars
|
# Environment vars
|
||||||
|
|
|
||||||
12
i3/config
12
i3/config
|
|
@ -181,17 +181,19 @@ bar {
|
||||||
# MY OWN CONFIGS
|
# MY OWN CONFIGS
|
||||||
#
|
#
|
||||||
# Set root window color
|
# Set root window color
|
||||||
# Disabled because openSUSE Background is cool
|
|
||||||
exec --no-startup-id xsetroot -solid "#333333"
|
exec --no-startup-id xsetroot -solid "#333333"
|
||||||
|
|
||||||
# Reverse scrolling
|
# Set fehbg
|
||||||
# exec --no-startup-id xmodmap -e "pointer = 1 2 3 5 4 6 7 8 9 10 11 12"
|
exec --no-startup-id ~/.fehbg
|
||||||
|
|
||||||
# Start compton
|
# Start compton
|
||||||
exec --no-startup-id compton --config ~/.compton.conf
|
# exec --no-startup-id compton --config ~/.compton.conf
|
||||||
|
|
||||||
# Windows-L Lock shortcut
|
# 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 on fullscreen windows
|
||||||
hide_edge_borders smart
|
hide_edge_borders smart
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue