Generic i3 fixes
This commit is contained in:
parent
fad7155a79
commit
ed558cc57c
11
i3/config
11
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue