updated config
This commit is contained in:
parent
92ecaeeaee
commit
ab335ec282
2 changed files with 3 additions and 4 deletions
|
@ -54,8 +54,8 @@ bindsym $mod+g exec gvim
|
|||
# start iceweasel
|
||||
bindsym $mod+b exec iceweasel
|
||||
|
||||
bindsym Print exec ksnapshot
|
||||
bindsym Shift+Print exec ksnapshot -c
|
||||
bindsym $mod+Print exec ksnapshot
|
||||
bindsym $mod+Shift+Print exec ksnapshot -c
|
||||
|
||||
# music control
|
||||
bindsym $mod+p exec clementine --play-pause
|
||||
|
@ -208,8 +208,6 @@ bar {
|
|||
output xinerama-0
|
||||
tray_output xinerama-0
|
||||
status_command i3status
|
||||
mode hide
|
||||
hidden_state hide
|
||||
position top
|
||||
colors {
|
||||
# background is S_base03
|
||||
|
|
1
vimrc
1
vimrc
|
@ -17,3 +17,4 @@ set number
|
|||
set foldmethod=indent
|
||||
set foldnestmax=10
|
||||
set nofoldenable
|
||||
set modeline
|
||||
|
|
Loading…
Reference in a new issue