Generic i3 fixes

This commit is contained in:
Thomas Avé 2023-05-21 23:21:03 +02:00
parent fad7155a79
commit ed558cc57c
2 changed files with 6 additions and 7 deletions

View File

@ -2,7 +2,6 @@ set $mod Mod4
font pango:monospace 0 font pango:monospace 0
exec --no-startup-id "feh --no-fehbg --bg-fill /home/user/.config/awesome/wallpaper/wallpaper.png" 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 "picom -b"
exec --no-startup-id "polybar &" exec --no-startup-id "polybar &"
exec --no-startup-id "nm-applet &" 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 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 XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym XF86AudioNext exec --no-startup-id playerctl next 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 XF86AudioPlay exec --no-startup-id playerctl play-pause
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s 10%+ bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s 10%+
bindsym XF86MonBrightnessDown 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" { mode "resize" {
# These bindings trigger as soon as you enter the resize mode # These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the windows width. # Pressing left will shrink the window's width.
# Pressing right will grow the windows width. # Pressing right will grow the window's width.
# Pressing up will shrink the windows height. # Pressing up will shrink the window's height.
# Pressing down will grow the windows height. # Pressing down will grow the window's height.
bindsym h resize shrink width 10 px or 10 ppt bindsym h resize shrink width 10 px or 10 ppt
bindsym j resize grow height 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 bindsym k resize shrink height 10 px or 10 ppt

View File

@ -96,7 +96,7 @@ background-next = ${colors.blue}
type = internal/memory type = internal/memory
format-background = ${self.background} format-background = ${self.background}
format-foreground = ${colors.white} format-foreground = ${colors.white}
label = " %gb_used% " label = " %used% "
[module/clockspeed] [module/clockspeed]
; Powerline settings ; Powerline settings