mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 08:33:49 +01:00
update i3 config
This commit is contained in:
parent
42fa35e223
commit
c2d9695ec7
1 changed files with 6 additions and 6 deletions
|
@ -31,11 +31,10 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
|||
exec --no-startup-id nm-applet
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 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@ -10% && $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 XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10%
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10%
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
@ -237,8 +236,9 @@ client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
|
|||
client.background #F8F8F2
|
||||
|
||||
bar {
|
||||
font pango:Iosevka
|
||||
position top
|
||||
status_command i3status
|
||||
status_command ~/.config/i3/i3status
|
||||
colors {
|
||||
background #282A36
|
||||
statusline #F8F8F2
|
||||
|
|
Loading…
Reference in a new issue