From ed558cc57c70da89a6b1517a1a7af6b297b38b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sun, 21 May 2023 23:21:03 +0200 Subject: [PATCH] Generic i3 fixes --- i3/config | 11 +++++------ polybar/config.ini | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/i3/config b/i3/config index b4abd72..7c90f89 100644 --- a/i3/config +++ b/i3/config @@ -2,7 +2,6 @@ set $mod Mod4 font pango:monospace 0 exec --no-startup-id "feh --no-fehbg --bg-fill /home/user/.config/awesome/wallpaper/wallpaper.png" - exec --no-startup-id "picom -b" exec --no-startup-id "polybar &" exec --no-startup-id "nm-applet &" @@ -17,7 +16,7 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT 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 bindsym XF86AudioNext exec --no-startup-id playerctl next -bindsym XF86AudioPrevious exec --no-startup-id playerctl previous +bindsym XF86AudioPrev exec --no-startup-id playerctl previous bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s 10%+ bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 10%- @@ -138,10 +137,10 @@ bindsym $mod+Shift+r restart mode "resize" { # These bindings trigger as soon as you enter the resize mode - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. + # Pressing left will shrink the window's width. + # Pressing right will grow the window's width. + # Pressing up will shrink the window's height. + # Pressing down will grow the window's height. bindsym h resize shrink width 10 px or 10 ppt bindsym j resize grow height 10 px or 10 ppt bindsym k resize shrink height 10 px or 10 ppt diff --git a/polybar/config.ini b/polybar/config.ini index 07af16e..197b7fc 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -96,7 +96,7 @@ background-next = ${colors.blue} type = internal/memory format-background = ${self.background} format-foreground = ${colors.white} -label = " %gb_used% " +label = " %used% " [module/clockspeed] ; Powerline settings