Compare commits
No commits in common. "871ebf00dc1b4c3be2bdbb5b4951ac13eef61f91" and "878ed3a0d2115c078b4b2b1de13c25eedad1aa8f" have entirely different histories.
871ebf00dc
...
878ed3a0d2
2 changed files with 4 additions and 20 deletions
|
@ -112,8 +112,6 @@ set $ws7 "7"
|
|||
set $ws8 "8"
|
||||
set $ws9 "9"
|
||||
set $ws10 "10"
|
||||
set $ws11 "11"
|
||||
set $ws12 "12"
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace $ws1
|
||||
|
@ -126,8 +124,6 @@ bindsym $mod+7 workspace $ws7
|
|||
bindsym $mod+8 workspace $ws8
|
||||
bindsym $mod+9 workspace $ws9
|
||||
bindsym $mod+0 workspace $ws10
|
||||
bindsym $mod+minus workspace $ws11
|
||||
bindsym $mod+equal workspace $ws12
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace $ws1
|
||||
|
@ -140,8 +136,6 @@ bindsym $mod+Shift+7 move container to workspace $ws7
|
|||
bindsym $mod+Shift+8 move container to workspace $ws8
|
||||
bindsym $mod+Shift+9 move container to workspace $ws9
|
||||
bindsym $mod+Shift+0 move container to workspace $ws10
|
||||
bindsym $mod+Shift+underscore move container to workspace $ws11
|
||||
bindsym $mod+Shift+plus move container to workspace $ws12
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c reload
|
||||
|
@ -276,15 +270,13 @@ workspace $ws2 output $screen1
|
|||
workspace $ws3 output $screen1
|
||||
workspace $ws4 output $screen1
|
||||
workspace $ws5 output $screen1
|
||||
workspace $ws6 output $screen1
|
||||
|
||||
workspace $ws6 output $screen0
|
||||
|
||||
workspace $ws7 output $screen2
|
||||
workspace $ws8 output $screen2
|
||||
workspace $ws9 output $screen2
|
||||
workspace $ws10 output $screen2
|
||||
|
||||
workspace $ws11 output $screen0
|
||||
workspace $ws12 output $screen0
|
||||
|
||||
# start autolock
|
||||
exec_always xautolock -time 5 -locker "fuzzy-i3lock"
|
||||
|
|
|
@ -85,7 +85,7 @@ path = "/var/lib/machines"
|
|||
warning = 80.0
|
||||
alert = 90.0
|
||||
info_type = "used"
|
||||
format = " $icon nspawn $percentage "
|
||||
format = " $icon $path $percentage "
|
||||
|
||||
[[block]]
|
||||
block = "disk_space"
|
||||
|
@ -93,15 +93,7 @@ path = "/var/lib/libvirt/images"
|
|||
warning = 80.0
|
||||
alert = 90.0
|
||||
info_type = "used"
|
||||
format = " $icon libvirt $percentage "
|
||||
|
||||
[[block]]
|
||||
block = "disk_space"
|
||||
path = "/share/backup"
|
||||
warning = 80.0
|
||||
alert = 90.0
|
||||
info_type = "used"
|
||||
format = " $icon backup $percentage "
|
||||
format = " $icon $path $percentage "
|
||||
|
||||
[[block]]
|
||||
block = "memory"
|
||||
|
|
Loading…
Reference in a new issue