clean up
This commit is contained in:
parent
a0d971ea7c
commit
307cab63b8
1 changed files with 14 additions and 14 deletions
28
.i3/config
28
.i3/config
|
@ -98,25 +98,25 @@ bindsym $mod+9 workspace 9
|
||||||
bindsym $mod+0 workspace 10
|
bindsym $mod+0 workspace 10
|
||||||
|
|
||||||
# move focused container to workspace
|
# move focused container to workspace
|
||||||
bindsym $mod+Shift+exclam move container to workspace 1
|
bindsym $mod+Shift+1 move container to workspace 1
|
||||||
bindsym $mod+Shift+at move container to workspace 2
|
bindsym $mod+Shift+2 move container to workspace 2
|
||||||
bindsym $mod+Shift+numbersign move container to workspace 3
|
bindsym $mod+Shift+3 move container to workspace 3
|
||||||
bindsym $mod+Shift+dollar move container to workspace 4
|
bindsym $mod+Shift+4 move container to workspace 4
|
||||||
bindsym $mod+Shift+percent move container to workspace 5
|
bindsym $mod+Shift+5 move container to workspace 5
|
||||||
bindsym $mod+Shift+asciicircum move container to workspace 6
|
bindsym $mod+Shift+6 move container to workspace 6
|
||||||
bindsym $mod+Shift+ampersand move container to workspace 7
|
bindsym $mod+Shift+7 move container to workspace 7
|
||||||
bindsym $mod+Shift+asterisk move container to workspace 8
|
bindsym $mod+Shift+8 move container to workspace 8
|
||||||
bindsym $mod+Shift+parenleft move container to workspace 9
|
bindsym $mod+Shift+9 move container to workspace 9
|
||||||
bindsym $mod+Shift+parenright move container to workspace 10
|
bindsym $mod+Shift+0 move container to workspace 10
|
||||||
|
|
||||||
# reload the configuration file
|
# reload the configuration file
|
||||||
bindsym $mod+Shift+C reload
|
bindsym $mod+Shift+c reload
|
||||||
|
|
||||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||||
bindsym $mod+Shift+R restart
|
bindsym $mod+Shift+r restart
|
||||||
|
|
||||||
# exit i3 (logs you out of your X session)
|
# exit i3 (logs you out of your X session)
|
||||||
bindsym $mod+Shift+E exit
|
bindsym $mod+Shift+e exit
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
@ -146,7 +146,7 @@ bar {
|
||||||
position top
|
position top
|
||||||
tray_output primary
|
tray_output primary
|
||||||
workspace_buttons yes
|
workspace_buttons yes
|
||||||
mode dock
|
mode hide
|
||||||
modifier $mod
|
modifier $mod
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
|
|
Loading…
Reference in a new issue