upd bigg
This commit is contained in:
parent
4c901ef8df
commit
b732f28833
4 changed files with 46 additions and 56 deletions
|
@ -58,7 +58,8 @@ exec_always --no-startup-id xset -dpms
|
|||
|
||||
## Wallpaper
|
||||
# exec --no-startup-id feh --bg-fill ~/pics/wp/2b16x9.jpg ~/pics/wp/2b4x3.png
|
||||
exec --no-startup-id nitrogen --restore
|
||||
# exec --no-startup-id nitrogen --restore
|
||||
exec --no-startup-id xwallpaper --output HDMI-A-0 --center ~/pics/wp/2b4x3.png --output DVI-D-0 --center ~/pics/wp/2b16x9.jpg
|
||||
|
||||
## Panels
|
||||
exec_always --no-startup-id ~/.config/i3/polybar.sh &
|
||||
|
@ -252,33 +253,20 @@ bindsym $mod+r mode "resize"
|
|||
|
||||
## Define names for default workspaces for which we configure key bindings later on.
|
||||
## We use variables to avoid repeating the names in multiple places.
|
||||
set $ws1 "1:"
|
||||
set $ws2 "2:"
|
||||
set $ws3 "3:"
|
||||
set $ws4 "4:"
|
||||
set $ws5 "5:"
|
||||
set $ws6 "6:"
|
||||
set $ws7 "7:"
|
||||
set $ws8 "8:"
|
||||
set $ws1 "1:"
|
||||
set $ws2 "2:"
|
||||
set $ws3 "3:"
|
||||
set $ws4 "4:"
|
||||
set $ws5 "5:"
|
||||
set $ws6 "6:"
|
||||
set $ws7 "7:"
|
||||
set $ws8 "8:"
|
||||
set $ws9 "9:"
|
||||
set $ws10 "10:"
|
||||
set $ws11 "11:"
|
||||
set $ws12 "12:"
|
||||
set $ws13 "13:"
|
||||
set $ws14 "14:"
|
||||
|
||||
# set $ws1 ""
|
||||
# set $ws2 ""
|
||||
# set $ws3 ""
|
||||
# set $ws4 ""
|
||||
# set $ws5 ""
|
||||
# set $ws6 ""
|
||||
# set $ws7 ""
|
||||
# set $ws8 ""
|
||||
# set $ws9 ""
|
||||
# set $ws10 ""
|
||||
# set $ws11 ""
|
||||
# set $ws12 ""
|
||||
set $ws11 "11:"
|
||||
set $ws12 "12:"
|
||||
set $ws13 "13:"
|
||||
set $ws14 "14:"
|
||||
|
||||
## switch to workspace
|
||||
bindsym $mod+1 workspace $ws1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue