diff options
author | dx <aryadevchavali1@gmail.com> | 2020-04-15 04:34:46 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-04-15 04:34:46 +0100 |
commit | 9dbf9caea49795da4ffc642a865eb5cf7d5157f5 (patch) | |
tree | 213a73aa653fa57caf44f01f64ca19c33a6cc0c9 /i3 | |
parent | 409da204024e10c09242e1c6b9195f52aac9b82e (diff) | |
download | dotfiles-9dbf9caea49795da4ffc642a865eb5cf7d5157f5.tar.gz dotfiles-9dbf9caea49795da4ffc642a865eb5cf7d5157f5.tar.bz2 dotfiles-9dbf9caea49795da4ffc642a865eb5cf7d5157f5.zip |
~i3.conf -> config
i3 won't recognize it in the .i3 folder without naming it this.
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config (renamed from i3/i3.conf) | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -52,6 +52,8 @@ bindsym $mod+v exec --no-startup-id xbacklight -5 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod +# Screenshot +bindsym F10 exec scrot -u '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/' -c # start a terminal bindsym $mod+Return exec kitty @@ -95,6 +97,7 @@ bindsym $mod+Shift+Right move right # split orientation settings bindsym $mod+Ctrl+z split v bindsym $mod+Ctrl+x split h +bindsym $mod+Ctrl+c split t # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle @@ -168,12 +171,12 @@ mode "resize" { bindsym $mod+r mode "resize" # Aesthetics -client.focused #4c7899 #3a3a3a #ffffff #2e9ef4 #285577 -client.focused_inactive #333333 #5f676a #ffffff #2e9ef4 #285577 +client.focused #4c7899 #3a3a3a #ffffff #2e9ef4 #13ad2c +client.focused_inactive #333333 #5f676a #ffffff #2e9ef4 #13ad2c exec $HOME/Scripts/start_picom bar { - status_command i3status + status_command py3status -c ~/.i3/i3status.conf position top workspace_buttons yes font pango:Arial 9.5 |