Add blue
This commit is contained in:
parent
654dd1c428
commit
db2fe31992
2 changed files with 8 additions and 6 deletions
12
i3/config
12
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue