diff options
author | Yigit Sever | 2021-10-14 19:16:30 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-14 19:16:30 +0300 |
commit | 3e4cc577d743a4c3382898a447f8885161b71af9 (patch) | |
tree | 3ee0aa38296fac4ac3bb663998a85d95c325ad1f /.config/i3 | |
parent | 07aa16e37d3ef5032676de1b3e84744cf312b368 (diff) | |
download | dotfiles-3e4cc577d743a4c3382898a447f8885161b71af9.tar.gz dotfiles-3e4cc577d743a4c3382898a447f8885161b71af9.tar.bz2 dotfiles-3e4cc577d743a4c3382898a447f8885161b71af9.zip |
i3, lowe: fix and noborder
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config##h.lowe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config##h.lowe b/.config/i3/config##h.lowe index b486760..348f5a0 100644 --- a/.config/i3/config##h.lowe +++ b/.config/i3/config##h.lowe | |||
@@ -51,7 +51,7 @@ bindcode --release $mod+27 exec --no-startup-id ~/.local/bin/type_clipboard.sh | |||
51 | bindcode $mod+54 exec --no-startup-id rofimoji --skin-tone neutral | 51 | bindcode $mod+54 exec --no-startup-id rofimoji --skin-tone neutral |
52 | 52 | ||
53 | # get the mouse out of the way | 53 | # get the mouse out of the way |
54 | bindsym $mod+32 exec --no-startup-id xdotool mousemove 1920 1080 | 54 | bindcode $mod+32 exec --no-startup-id xdotool mousemove 1920 1080 |
55 | 55 | ||
56 | # bookmark from clipboard | 56 | # bookmark from clipboard |
57 | bindcode $mod+30 exec --no-startup-id ~/.local/bin/bukuadd_c | 57 | bindcode $mod+30 exec --no-startup-id ~/.local/bin/bukuadd_c |
@@ -184,7 +184,7 @@ bindcode $mod+Shift+54 reload | |||
184 | # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) | 184 | # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) |
185 | bindcode $mod+Shift+27 restart | 185 | bindcode $mod+Shift+27 restart |
186 | 186 | ||
187 | default_border pixel 2 | 187 | default_border pixel 0 |
188 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable | 188 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable |
189 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | 189 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable |
190 | for_window [class="Zotero" window_role="pref"] floating enable | 190 | for_window [class="Zotero" window_role="pref"] floating enable |