mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-07-05 00:09:39 +00:00
some i3 changes
This commit is contained in:
parent
d4a9e6398a
commit
1c835da6eb
@ -11,6 +11,7 @@ font pango:DejaVu Sans Mono 10
|
|||||||
# Autostart
|
# Autostart
|
||||||
exec --no-startup-id lxpolkit
|
exec --no-startup-id lxpolkit
|
||||||
exec --no-startup-id /usr/bin/numlockx
|
exec --no-startup-id /usr/bin/numlockx
|
||||||
|
exec --no-startup-id picom
|
||||||
exec --no-startup-id dunst
|
exec --no-startup-id dunst
|
||||||
exec --no-startup-id feh --bg-scale --no-fehbg ~/.config/wall.png
|
exec --no-startup-id feh --bg-scale --no-fehbg ~/.config/wall.png
|
||||||
exec --no-startup-id conky
|
exec --no-startup-id conky
|
||||||
@ -62,8 +63,9 @@ bindsym $mod+Return exec i3-sensible-terminal
|
|||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+q kill
|
bindsym $mod+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (PATH or XDG Application mode)
|
||||||
bindsym $mod+d exec --no-startup-id dmenu_run
|
bindsym $mod+d exec --no-startup-id dmenu_run
|
||||||
|
bindsym $mod+shift+d exec --no-startup-id i3-dmenu-desktop
|
||||||
|
|
||||||
# power menu
|
# power menu
|
||||||
bindsym $mod+BackSpace exec --no-startup-id ~/.scripts/bin/simple-power-menu
|
bindsym $mod+BackSpace exec --no-startup-id ~/.scripts/bin/simple-power-menu
|
||||||
@ -106,7 +108,7 @@ bindsym $mod+m fullscreen toggle
|
|||||||
|
|
||||||
# change container layout (stacked, tabbed, toggle split)
|
# change container layout (stacked, tabbed, toggle split)
|
||||||
bindsym $mod+s layout stacking
|
bindsym $mod+s layout stacking
|
||||||
bindsym $mod+w layout tabbed
|
bindsym $mod+t layout tabbed
|
||||||
bindsym $mod+e layout toggle split
|
bindsym $mod+e layout toggle split
|
||||||
|
|
||||||
# toggle tiling / floating
|
# toggle tiling / floating
|
||||||
|
|||||||
@ -43,21 +43,27 @@ battery all {
|
|||||||
|
|
||||||
cpu_temperature 0 {
|
cpu_temperature 0 {
|
||||||
format = "%degrees °C"
|
format = "%degrees °C"
|
||||||
|
min_width = "100 °C"
|
||||||
|
align = "left"
|
||||||
}
|
}
|
||||||
|
|
||||||
cpu_usage {
|
cpu_usage {
|
||||||
format = "CPU: %usage"
|
format = "CPU: %usage"
|
||||||
separator = false
|
separator = false
|
||||||
|
min_width = "CPU: 100%"
|
||||||
|
align = "right"
|
||||||
}
|
}
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
format = "RAM: %used / %total"
|
format = "RAM: %used / %total"
|
||||||
threshold_degraded = "1G"
|
threshold_degraded = "1G"
|
||||||
format_degraded = "MEMORY < %available"
|
format_degraded = "MEMORY < %available"
|
||||||
|
min_width = "RAM: 16.0 GiB / 16.0 GiB"
|
||||||
|
align = "center"
|
||||||
}
|
}
|
||||||
|
|
||||||
time {
|
time {
|
||||||
format = "%H:%M %d/%m/%Y"
|
format = "%d/%m/%Y %H:%M"
|
||||||
}
|
}
|
||||||
|
|
||||||
volume master {
|
volume master {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user