diff options
| author | benj <benj@rse8.com> | 2019-09-09 15:22:07 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2019-09-09 15:22:07 -0700 |
| commit | 29358b8d15ec1ddd8d2c11e2f2f6964ec49edc52 (patch) | |
| tree | 3d5647c6708af07fd34c88054eb9f94bf28d1451 /des/i3/config | |
| parent | dd8097084fe0d159f0a357f426fca986895e5ef4 (diff) | |
| download | setup-29358b8d15ec1ddd8d2c11e2f2f6964ec49edc52.tar setup-29358b8d15ec1ddd8d2c11e2f2f6964ec49edc52.tar.gz setup-29358b8d15ec1ddd8d2c11e2f2f6964ec49edc52.tar.bz2 setup-29358b8d15ec1ddd8d2c11e2f2f6964ec49edc52.tar.lz setup-29358b8d15ec1ddd8d2c11e2f2f6964ec49edc52.tar.xz setup-29358b8d15ec1ddd8d2c11e2f2f6964ec49edc52.tar.zst setup-29358b8d15ec1ddd8d2c11e2f2f6964ec49edc52.zip | |
basic i3 setup
Diffstat (limited to '')
| -rw-r--r-- | des/i3/config (renamed from configs/i3/config) | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/configs/i3/config b/des/i3/config index e709703..0988813 100644 --- a/configs/i3/config +++ b/des/i3/config @@ -20,7 +20,7 @@ font pango:monospace 8 font pango:Source Code Pro 8 # Background -exec --no-startup-id feh --bg-fill ~/pictures/Yosemite-Color-Block.png +exec --no-startup-id feh --bg-fill ~/.setup/des/i3/assets/wallpaper/yosemite_color_block.png # Compositor exec --no-startup-id compton --config ~/.config/compton.conf -b @@ -93,10 +93,10 @@ bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # split in horizontal orientation -bindsym $mod+equal split h +bindsym $mod+Shift+v split h # split in vertical orientation -bindsym $mod+Shift+equal split v +bindsym $mod+v split v # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle @@ -113,10 +113,10 @@ bindsym $mod+Shift+d floating toggle bindsym $mod+d focus mode_toggle # focus the parent container -bindsym $mod+a focus parent +bindsym $mod+p focus parent # focus the child container -#bindsym $mod+d focus child +bindsym $mod+n focus child # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. @@ -131,6 +131,12 @@ set $ws8 "8" set $ws9 "9" set $ws10 "10" +# switch to monitor +bindsym $mod+Mod1+1 focus output eDP-1 +bindsym $mod+Mod1+2 focus output DP-1 +bindsym $mod+Mod1+3 focus output DP-2 +bindsym $mod+Mod1+4 focus output HDMI-1 + # switch to workspace bindsym $mod+1 workspace $ws1 bindsym $mod+2 workspace $ws2 @@ -197,6 +203,7 @@ bindsym $mod+r mode "resize" # custom bindings for i3blocks bar { + position top status_command i3blocks i3bar_command i3bar -t |
