diff options
author | Yigit Sever | 2020-01-20 16:30:53 +0300 |
---|---|---|
committer | Yigit Sever | 2020-01-20 16:30:53 +0300 |
commit | a3ae9f005973daa58bfb853c05deaa570bae0269 (patch) | |
tree | 1349717117c52f6aae874086a722cbb48314fe4d /.config/i3 | |
parent | 91610165f0c3c61b4f5430b23ccb555566afe34f (diff) | |
download | dotfiles-a3ae9f005973daa58bfb853c05deaa570bae0269.tar.gz dotfiles-a3ae9f005973daa58bfb853c05deaa570bae0269.tar.bz2 dotfiles-a3ae9f005973daa58bfb853c05deaa570bae0269.zip |
i3 catchup
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config##c.desktop,h.Maus | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.config/i3/config##c.desktop,h.Maus b/.config/i3/config##c.desktop,h.Maus index 3451ae4..dfa96c3 100644 --- a/.config/i3/config##c.desktop,h.Maus +++ b/.config/i3/config##c.desktop,h.Maus | |||
@@ -64,7 +64,7 @@ bindsym $mod+Shift+t exec --no-startup-id ~/bin/td | |||
64 | bindsym $mod+Shift+i exec --no-startup-id ~/bin/in | 64 | bindsym $mod+Shift+i exec --no-startup-id ~/bin/in |
65 | 65 | ||
66 | # swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) | 66 | # swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) |
67 | bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" | 67 | bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace" |
68 | 68 | ||
69 | # use flameshot with print screen | 69 | # use flameshot with print screen |
70 | bindsym Print exec flameshot gui | 70 | bindsym Print exec flameshot gui |
@@ -126,11 +126,14 @@ bindsym $mod+e layout toggle split | |||
126 | # toggle tiling / floating | 126 | # toggle tiling / floating |
127 | bindsym $mod+Shift+space floating toggle | 127 | bindsym $mod+Shift+space floating toggle |
128 | 128 | ||
129 | # toggle sticky floating window | ||
130 | bindsym $mod+a sticky toggle | ||
131 | |||
129 | # change focus between tiling / floating windows | 132 | # change focus between tiling / floating windows |
130 | bindsym $mod+space focus mode_toggle | 133 | bindsym $mod+space focus mode_toggle |
131 | 134 | ||
132 | # focus the parent container | 135 | # focus the parent container |
133 | bindsym $mod+a focus parent | 136 | # bindsym $mod+a focus parent |
134 | 137 | ||
135 | # Define names for default workspaces for which we configure key bindings later on. | 138 | # Define names for default workspaces for which we configure key bindings later on. |
136 | # We use variables to avoid repeating the names in multiple places. | 139 | # We use variables to avoid repeating the names in multiple places. |
@@ -265,6 +268,8 @@ for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | |||
265 | assign [class="^Steam$"] 9 | 268 | assign [class="^Steam$"] 9 |
266 | assign [class="^Thunderbird$"] 8 | 269 | assign [class="^Thunderbird$"] 8 |
267 | 270 | ||
271 | exec --no-startup-id i3-msg 'workspace 1;exec /usr/bin/firefox' | ||
272 | |||
268 | # class border backgr. text indicator child_border | 273 | # class border backgr. text indicator child_border |
269 | client.focused #458588 #285577 #ffffff #458588 #285577 | 274 | client.focused #458588 #285577 #ffffff #458588 #285577 |
270 | client.focused_inactive #b16286 #5f676a #ffffff #484e50 #5f676a | 275 | client.focused_inactive #b16286 #5f676a #ffffff #484e50 #5f676a |