2022-05-27 21:07:07 +02:00
|
|
|
# Float the following windows
|
|
|
|
for_window [class="Tor Browser"] floating enable
|
2022-11-25 22:10:28 +01:00
|
|
|
for_window [class="Alacritty"][title="calculator"] floating enable
|
2022-05-27 21:07:07 +02:00
|
|
|
|
|
|
|
# Start screenshot capture
|
|
|
|
bindsym $mod+Ctrl+s exec "$screenshot_cmd"
|
|
|
|
|
|
|
|
# Start bc
|
|
|
|
bindsym $mod+Shift+Return exec "$calc_cmd"
|
|
|
|
|
|
|
|
# Start file manager
|
|
|
|
bindsym $mod+Ctrl+Return exec "$file_cmd"
|
2022-06-04 15:06:12 +02:00
|
|
|
|
|
|
|
# gtranslate through dmenu
|
2022-06-06 11:54:41 +02:00
|
|
|
bindsym $mod+Ctrl+t exec dmenugtranslate
|
2022-11-25 22:10:28 +01:00
|
|
|
for_window [class="Alacritty"][title="translation"] floating enable
|
2022-06-06 11:54:41 +02:00
|
|
|
|
|
|
|
# emoji selection through dmenu
|
|
|
|
bindsym $mod+Ctrl+e exec dmenuunicode
|
2022-06-06 12:26:54 +02:00
|
|
|
|
|
|
|
# Random Bible verse
|
|
|
|
bindsym $mod+Ctrl+Shift+b exec randverse
|
2022-11-25 22:10:28 +01:00
|
|
|
for_window [class="Alacritty"][title="bible"] floating enable
|