Compare commits

...

4 commits

Author SHA1 Message Date
finga e09cf21501 i3status-rs: Change font
Change font to NotoSansMono-Regular.
2024-04-05 14:56:19 +02:00
finga 6889b359b5 dunst: Improve dunst keybindings 2024-04-05 14:52:01 +02:00
finga 89dd4f1795 dunst: Change keybinding to pop msg from history
Use $mod+comma instead of $mod+grave to pop messages from the history.
2024-04-05 14:51:20 +02:00
finga a9e6816645 i3-config: Change lock shortcut
In order for the super-l key combination to be available in other
programs change it to super-shift-l.
2024-04-05 14:49:23 +02:00

View file

@ -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