mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-23 08:23:27 +01:00
Update i3 config
This commit is contained in:
parent
62bc5c9b2f
commit
9a401b666e
@ -207,13 +207,13 @@ client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
|||||||
|
|
||||||
client.background #111111
|
client.background #111111
|
||||||
|
|
||||||
set $default_gaps_inner 10
|
# set $default_gaps_inner 10
|
||||||
set $default_gaps_outer -4
|
# set $default_gaps_outer -4
|
||||||
gaps inner $default_gaps_inner
|
# gaps inner $default_gaps_inner
|
||||||
gaps outer $default_gaps_outer
|
# gaps outer $default_gaps_outer
|
||||||
|
|
||||||
smart_gaps on
|
# smart_gaps on
|
||||||
smart_borders on
|
# smart_borders on
|
||||||
|
|
||||||
#custom bindings
|
#custom bindings
|
||||||
bindsym $mod+shift+x exec i3lock-fancy
|
bindsym $mod+shift+x exec i3lock-fancy
|
||||||
@ -240,19 +240,19 @@ mode "$mode_system" {
|
|||||||
}
|
}
|
||||||
bindsym $mod+x 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
|
#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 conky -c ~/.conkyrc
|
||||||
|
|
||||||
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
|
|
||||||
# map esc to capslock
|
# 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 :
|
# vim: set filetype=conf ts=4 sw=2 tw=120 et :
|
||||||
|
Loading…
Reference in New Issue
Block a user