Compare commits
No commits in common. "eda92b81eacbea76b5796c75425630d947fb9d1f" and "5ef2cbda9ed14ea4d9a39627f9903a355b34deab" have entirely different histories.
eda92b81ea
...
5ef2cbda9e
@ -39,8 +39,8 @@ exec --no-startup-id nm-applet
|
|||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
set $refresh_i3status killall -SIGUSR1 i3status
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +2% && $refresh_i3status
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -2% && $refresh_i3status
|
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
||||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
||||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||||
|
|
||||||
@ -198,7 +198,6 @@ bindsym $mod+minus scratchpad show
|
|||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
status_command i3status
|
status_command i3status
|
||||||
tray_output primary
|
|
||||||
}
|
}
|
||||||
|
|
||||||
exec picom
|
exec picom
|
||||||
|
@ -344,7 +344,7 @@ use-damage = true;
|
|||||||
# Do not use EWMH to detect fullscreen windows.
|
# Do not use EWMH to detect fullscreen windows.
|
||||||
# Reverts to checking if a window is fullscreen based only on its size and coordinates.
|
# Reverts to checking if a window is fullscreen based only on its size and coordinates.
|
||||||
#
|
#
|
||||||
no-ewmh-fullscreen = true
|
# no-ewmh-fullscreen = false
|
||||||
|
|
||||||
# Dimming bright windows so their brightness doesn't exceed this set value.
|
# Dimming bright windows so their brightness doesn't exceed this set value.
|
||||||
# Brightness of a window is estimated by averaging all pixels in the window,
|
# Brightness of a window is estimated by averaging all pixels in the window,
|
||||||
|
Loading…
Reference in New Issue
Block a user