mirror of https://gitlab.com/dabruh/dotfiles.git
24 lines
669 B
Plaintext
24 lines
669 B
Plaintext
# Float the following windows
|
|
for_window [class="Tor Browser"] floating enable
|
|
for_window [class="Alacritty"][title="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"
|
|
|
|
# gtranslate through dmenu
|
|
bindsym $mod+Ctrl+t exec dmenugtranslate
|
|
for_window [class="Alacritty"][title="translation"] floating enable
|
|
|
|
# emoji selection through dmenu
|
|
bindsym $mod+Ctrl+e exec dmenuunicode
|
|
|
|
# Random Bible verse
|
|
bindsym $mod+Ctrl+Shift+b exec randverse
|
|
for_window [class="Alacritty"][title="bible"] floating enable
|