Compare commits
No commits in common. "ff4d1cafc8d5b5676aeb65d3aff58c0cc5864ca3" and "5da5c35c7105f9612a55ad7b5179f6bcbd97f352" have entirely different histories.
ff4d1cafc8
...
5da5c35c71
3 changed files with 0 additions and 26 deletions
|
@ -1,20 +0,0 @@
|
||||||
[global]
|
|
||||||
follow = keyboard
|
|
||||||
scale = 1
|
|
||||||
idle_threshold = 3
|
|
||||||
font = Monospace 10
|
|
||||||
history_length = 100
|
|
||||||
corner_radius = 5
|
|
||||||
ignore_dbusclose = true
|
|
||||||
timeout = 30
|
|
||||||
background = "#333333"
|
|
||||||
frame_color = "#009900"
|
|
||||||
|
|
||||||
[urgency_low]
|
|
||||||
foreground = "#009900"
|
|
||||||
|
|
||||||
[urgency_normal]
|
|
||||||
foreground = "#ffee33"
|
|
||||||
|
|
||||||
[urgency_critical]
|
|
||||||
foreground = "#aa3333"
|
|
|
@ -165,11 +165,6 @@ bindsym XF86AudioPlay exec --no-startup-id mpc toggle
|
||||||
bindsym XF86AudioPrev exec --no-startup-id mpc prev
|
bindsym XF86AudioPrev exec --no-startup-id mpc prev
|
||||||
bindsym XF86AudioStop exec --no-startup-id mpc stop
|
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
|
|
||||||
|
|
||||||
# open login screen on another vt (virtual terminal)
|
# open login screen on another vt (virtual terminal)
|
||||||
bindsym $mod+Shift+XF86HomePage exec "dm-tool switch-to-greeter"
|
bindsym $mod+Shift+XF86HomePage exec "dm-tool switch-to-greeter"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
*
|
*
|
||||||
!/.config/dunst/dunstrc
|
|
||||||
!/.config/i3/config
|
!/.config/i3/config
|
||||||
!/.config/i3status-rust/config.toml
|
!/.config/i3status-rust/config.toml
|
||||||
!/.config/i3status-rust/secondary.toml
|
!/.config/i3status-rust/secondary.toml
|
||||||
|
|
Loading…
Reference in a new issue