Compare commits
No commits in common. "e09cf215019cf960124e636482e245f341f37442" and "ff4d1cafc8d5b5676aeb65d3aff58c0cc5864ca3" have entirely different histories.
e09cf21501
...
ff4d1cafc8
1 changed files with 6 additions and 7 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+Shift+l exec fuzzy-i3lock
|
||||
bindsym $mod+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+comma exec dunstctl close
|
||||
bindsym $mod+Shift+comma exec dunstctl close-all
|
||||
bindsym $mod+period exec dunstctl history-pop
|
||||
bindsym $mod+period exec dunstctl close
|
||||
bindsym $mod+Shift+period exec dunstctl close-all
|
||||
bindsym $mod+grave 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:NotoSansMono-Regular, forkawesome 8
|
||||
font pango:DejaVu Sans Mono, forkawesome 8
|
||||
position top
|
||||
tray_output primary
|
||||
workspace_buttons yes
|
||||
|
@ -227,10 +227,9 @@ bar {
|
|||
#client.orientation #ff0000
|
||||
}
|
||||
}
|
||||
|
||||
bar {
|
||||
status_command i3status-rs ~/.config/i3status-rust/secondary.toml
|
||||
font pango:NotoSansMono-Regular, forkawesome 8
|
||||
font pango:DejaVu Sans Mono, forkawesome 8
|
||||
position top
|
||||
tray_output primary
|
||||
workspace_buttons yes
|
||||
|
|
Loading…
Reference in a new issue