1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00

Update i3 config

This commit is contained in:
Valentin Brandl 2018-08-13 11:46:03 +02:00
parent 62bc5c9b2f
commit 9a401b666e
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -207,13 +207,13 @@ client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
client.background #111111
set $default_gaps_inner 10
set $default_gaps_outer -4
gaps inner $default_gaps_inner
gaps outer $default_gaps_outer
# set $default_gaps_inner 10
# set $default_gaps_outer -4
# gaps inner $default_gaps_inner
# gaps outer $default_gaps_outer
smart_gaps on
smart_borders on
# smart_gaps on
# smart_borders on
#custom bindings
bindsym $mod+shift+x exec i3lock-fancy
@ -240,19 +240,19 @@ mode "$mode_system" {
}
bindsym $mod+x mode "$mode_system"
exec_always compton -f
exec_always xbindkeys
# exec_once exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec dunst
exec /home/me/.screenlayout/dual.sh
#Set background
exec_always exec feh --bg-scale /home/me/Bilder/wallpaper/wall.png
exec_always feh --bg-scale /home/me/Bilder/wallpaper/wall.png
exec_always exec compton -f
exec_always exec xbindkeys
exec_once exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec_once exec /usr/bin/redshift
exec_once exec dunst
exec_always exec conky -c ~/.conkyrc
exec_always conky -c ~/.conkyrc
# map esc to capslock
exec_always exec setxkbmap -option caps:escape
exec_always setxkbmap -option caps:escape
# vim: set filetype=conf ts=4 sw=2 tw=120 et :