- Updated xcomp cmd
This commit is contained in:
parent
8e8dc44498
commit
82ad95c970
1 changed files with 4 additions and 1 deletions
|
@ -178,7 +178,7 @@ client.focused_inactive #888888 #2b2b2b #ffffff #2b2b2b
|
|||
client.unfocused #888888 #2b2b2b #ffffff #2b2b2b
|
||||
client.urgent #900000 #900000 #ffffff #2b2b2b
|
||||
|
||||
exec --no-startup-id i3-msg 'exec xcompmgr -c &'
|
||||
exec --no-startup-id i3-msg 'exec xcompmgr -c -f -n &'
|
||||
exec --no-startup-id i3-msg 'exec xscreensaver -no-splash &'
|
||||
exec --no-startup-id i3-msg 'exec blueman-applet &'
|
||||
exec --no-startup-id i3-msg 'exec pasystray &'
|
||||
|
@ -196,6 +196,9 @@ workspace_layout tabbed
|
|||
# Screen lock
|
||||
bindsym $mod+l exec "xscreensaver-command -lock"
|
||||
|
||||
# Open term
|
||||
bindsym $mod+x exec urxvt
|
||||
|
||||
# Multimedia keys
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5%
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5%
|
||||
|
|
Loading…
Reference in a new issue