mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-02-22 08:08:10 +01:00
13 lines
339 B
Text
13 lines
339 B
Text
![]() |
# 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"
|