diff options
| author | Yigit Sever | 2021-10-11 23:59:12 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-10-11 23:59:12 +0300 |
| commit | ce9d212523e44fb4c680b868fe554bcc7bed5100 (patch) | |
| tree | 687f00e00d3ac810b1fdb90241c20cadebd41b84 | |
| parent | f54734dc46836492d38471c72a61394d97721c90 (diff) | |
| download | dotfiles-ce9d212523e44fb4c680b868fe554bcc7bed5100.tar.gz dotfiles-ce9d212523e44fb4c680b868fe554bcc7bed5100.tar.bz2 dotfiles-ce9d212523e44fb4c680b868fe554bcc7bed5100.zip | |
i3, luchs: mobile based changes
| -rw-r--r-- | .config/i3/config##h.luchs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/i3/config##h.luchs b/.config/i3/config##h.luchs index b0e3d22..18af074 100644 --- a/.config/i3/config##h.luchs +++ b/.config/i3/config##h.luchs | |||
| @@ -45,7 +45,7 @@ gaps outer 2 | |||
| 45 | # font for window titles | 45 | # font for window titles |
| 46 | font pango:Iosevka 11 | 46 | font pango:Iosevka 11 |
| 47 | 47 | ||
| 48 | ## bindings | 48 | ## bindings |
| 49 | # done, {task,time}warrior control suite | 49 | # done, {task,time}warrior control suite |
| 50 | bindcode $mod+42 exec --no-startup-id ~/.local/bin/done | 50 | bindcode $mod+42 exec --no-startup-id ~/.local/bin/done |
| 51 | 51 | ||
| @@ -56,7 +56,7 @@ bindcode --release $mod+27 exec --no-startup-id ~/.local/bin/type_clipboard.sh | |||
| 56 | bindcode $mod+54 exec --no-startup-id rofimoji --skin-tone neutral | 56 | bindcode $mod+54 exec --no-startup-id rofimoji --skin-tone neutral |
| 57 | 57 | ||
| 58 | # get the mouse out of the way with mod+y | 58 | # get the mouse out of the way with mod+y |
| 59 | bindcode $mod+32 exec --no-startup-id xdotool mousemove 0 0 | 59 | bindcode $mod+32 exec --no-startup-id xdotool mousemove 896 5 |
| 60 | 60 | ||
| 61 | # bookmark from clipboard with mod+l | 61 | # bookmark from clipboard with mod+l |
| 62 | bindcode $mod+30 exec --no-startup-id ~/.local/bin/bukuadd_c | 62 | bindcode $mod+30 exec --no-startup-id ~/.local/bin/bukuadd_c |
| @@ -219,3 +219,4 @@ hide_edge_borders smart | |||
| 219 | workspace_auto_back_and_forth yes | 219 | workspace_auto_back_and_forth yes |
| 220 | focus_follows_mouse no | 220 | focus_follows_mouse no |
| 221 | mouse_warping none | 221 | mouse_warping none |
| 222 | focus_wrapping no | ||
