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
|
# start iceweasel
|
||||||
bindsym $mod+b exec iceweasel
|
bindsym $mod+b exec iceweasel
|
||||||
|
|
||||||
bindsym Print exec ksnapshot
|
bindsym $mod+Print exec ksnapshot
|
||||||
bindsym Shift+Print exec ksnapshot -c
|
bindsym $mod+Shift+Print exec ksnapshot -c
|
||||||
|
|
||||||
# music control
|
# music control
|
||||||
bindsym $mod+p exec clementine --play-pause
|
bindsym $mod+p exec clementine --play-pause
|
||||||
|
@ -208,8 +208,6 @@ bar {
|
||||||
output xinerama-0
|
output xinerama-0
|
||||||
tray_output xinerama-0
|
tray_output xinerama-0
|
||||||
status_command i3status
|
status_command i3status
|
||||||
mode hide
|
|
||||||
hidden_state hide
|
|
||||||
position top
|
position top
|
||||||
colors {
|
colors {
|
||||||
# background is S_base03
|
# background is S_base03
|
||||||
|
|
1
vimrc
1
vimrc
|
@ -17,3 +17,4 @@ set number
|
||||||
set foldmethod=indent
|
set foldmethod=indent
|
||||||
set foldnestmax=10
|
set foldnestmax=10
|
||||||
set nofoldenable
|
set nofoldenable
|
||||||
|
set modeline
|
||||||
|
|
Loading…
Reference in a new issue