Compare commits
4 commits
ff4d1cafc8
...
e09cf21501
Author | SHA1 | Date | |
---|---|---|---|
e09cf21501 | |||
6889b359b5 | |||
89dd4f1795 | |||
a9e6816645 |
1 changed files with 7 additions and 6 deletions
|
@ -41,7 +41,7 @@ bindsym $mod+Shift+Return exec i3-sensible-editor
|
|||
bindsym $mod+Print exec scrot ~/tmp/screenshots/'%Y-%m-%d_%H:%M:%S_$wx$h.png'
|
||||
|
||||
# lock screen
|
||||
bindsym $mod+l exec fuzzy-i3lock
|
||||
bindsym $mod+Shift+l exec fuzzy-i3lock
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
@ -166,9 +166,9 @@ bindsym XF86AudioPrev exec --no-startup-id mpc prev
|
|||
bindsym XF86AudioStop exec --no-startup-id mpc stop
|
||||
|
||||
# dunst control
|
||||
bindsym $mod+period exec dunstctl close
|
||||
bindsym $mod+Shift+period exec dunstctl close-all
|
||||
bindsym $mod+grave exec dunstctl history-pop
|
||||
bindsym $mod+comma exec dunstctl close
|
||||
bindsym $mod+Shift+comma exec dunstctl close-all
|
||||
bindsym $mod+period exec dunstctl history-pop
|
||||
|
||||
# open login screen on another vt (virtual terminal)
|
||||
bindsym $mod+Shift+XF86HomePage exec "dm-tool switch-to-greeter"
|
||||
|
@ -212,7 +212,7 @@ set $screen1 "HDMI-2"
|
|||
# i3status-rust finds out, if available)
|
||||
bar {
|
||||
status_command i3status-rs
|
||||
font pango:DejaVu Sans Mono, forkawesome 8
|
||||
font pango:NotoSansMono-Regular, forkawesome 8
|
||||
position top
|
||||
tray_output primary
|
||||
workspace_buttons yes
|
||||
|
@ -227,9 +227,10 @@ bar {
|
|||
#client.orientation #ff0000
|
||||
}
|
||||
}
|
||||
|
||||
bar {
|
||||
status_command i3status-rs ~/.config/i3status-rust/secondary.toml
|
||||
font pango:DejaVu Sans Mono, forkawesome 8
|
||||
font pango:NotoSansMono-Regular, forkawesome 8
|
||||
position top
|
||||
tray_output primary
|
||||
workspace_buttons yes
|
||||
|
|
Loading…
Reference in a new issue