2022-05-27 21:07:07 +02:00
|
|
|
# Float the following windows
|
|
|
|
for_window [class="Tor Browser"] floating enable
|
|
|
|
for_window [class="Alacritty"][instance="calculator"] floating enable
|
|
|
|
|
|
|
|
# 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
|
|
|
|
bindsym $mod+Ctrl+Shift+t exec dmenugtranslate
|
|
|
|
for_window [class="Alacritty"][instance="translation"] floating enable
|