diff options
author | Yigit Sever | 2020-06-25 23:48:24 +0300 |
---|---|---|
committer | Yigit Sever | 2020-06-25 23:48:24 +0300 |
commit | f0d7e74e670522d31c4e21687fc40525fafda1e8 (patch) | |
tree | 6d4486db25443a05f4a2cdd71d6587190b185756 /.config/i3/config##c.desktop,h.Maus | |
parent | 20ede8d4c4e1d6c5711b96f77ed3a9bc2266a2b1 (diff) | |
download | dotfiles-f0d7e74e670522d31c4e21687fc40525fafda1e8.tar.gz dotfiles-f0d7e74e670522d31c4e21687fc40525fafda1e8.tar.bz2 dotfiles-f0d7e74e670522d31c4e21687fc40525fafda1e8.zip |
add rofimoji binding
Diffstat (limited to '.config/i3/config##c.desktop,h.Maus')
-rw-r--r-- | .config/i3/config##c.desktop,h.Maus | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/i3/config##c.desktop,h.Maus b/.config/i3/config##c.desktop,h.Maus index 42c12fb..741ae82 100644 --- a/.config/i3/config##c.desktop,h.Maus +++ b/.config/i3/config##c.desktop,h.Maus | |||
@@ -50,6 +50,8 @@ floating_modifier $alt | |||
50 | # i switched back to firefox can you tell | 50 | # i switched back to firefox can you tell |
51 | bindsym Ctrl+q exec --no-startup-id true | 51 | bindsym Ctrl+q exec --no-startup-id true |
52 | 52 | ||
53 | bindsym $mod+c exec --no-startup-id rofimoji --skin-tone neutral --insert-with-clipboard | ||
54 | |||
53 | # get the mouse out of the way | 55 | # get the mouse out of the way |
54 | bindsym $mod+o exec --no-startup-id xdotool mousemove 1087 1101 | 56 | bindsym $mod+o exec --no-startup-id xdotool mousemove 1087 1101 |
55 | 57 | ||
@@ -275,6 +277,7 @@ mode "$mode_gaps_inner" { | |||
275 | default_border pixel 2 | 277 | default_border pixel 2 |
276 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable | 278 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable |
277 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | 279 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable |
280 | for_window [class="zoom" title="Chat"] floating enable | ||
278 | assign [class="^Steam$"] 9 | 281 | assign [class="^Steam$"] 9 |
279 | assign [class="^Zotero$"] $wszotero | 282 | assign [class="^Zotero$"] $wszotero |
280 | 283 | ||