|
|
|
@ -9,8 +9,6 @@ |
|
|
|
|
# |
|
|
|
|
# Please see https://i3wm.org/docs/userguide.html for a complete reference! |
|
|
|
|
|
|
|
|
|
# exec_always --no-startup-id wal -e -i ~/.wallpapers/ |
|
|
|
|
|
|
|
|
|
set $mod Mod4 |
|
|
|
|
|
|
|
|
|
# Font for window titles. Will also be used by the bar unless a different font |
|
|
|
@ -58,7 +56,7 @@ bindsym $mod+Shift+q kill |
|
|
|
|
bindsym $mod+d exec "rofi -combi-modi window,drun -show combi -modi combi -show-icons" |
|
|
|
|
bindsym $mod+p exec rofi-pass |
|
|
|
|
bindsym --release Print exec --no-startup-id /home/frosty/.scripts/screenshot-to-clipboard.sh |
|
|
|
|
bindsym --release $mod+Print exec --no-startup-id /home/frosty/.scripts/screenshot-active-to-clipboard.sh |
|
|
|
|
bindsym $mod+Print exec --no-startup-id /home/frosty/.scripts/screenshot-to-file.sh |
|
|
|
|
bindsym $mod+Shift+c exec --no-startup-id ~/Programs/Rust/UnifiedCopyPaste/scripts/rofi-clipboard-selector.sh |
|
|
|
|
bindsym $mod+x [urgent=latest] focus |
|
|
|
|
bindsym $mod+c exec "rofi -show calc -modi calc -no-show-match -no-sort" |
|
|
|
@ -204,9 +202,17 @@ client.unfocused #333333 #222222 #888888 #292d2e #222222 |
|
|
|
|
|
|
|
|
|
title_align center |
|
|
|
|
for_window [class="^.*"] border pixel 1 |
|
|
|
|
for_window [window_role="pop-up"] floating enable |
|
|
|
|
for_window [window_role="bubble"] floating enable |
|
|
|
|
for_window [window_role="task_dialog"] floating enable |
|
|
|
|
for_window [window_role="Preferences"] floating enable |
|
|
|
|
for_window [window_type="dialog"] floating enable |
|
|
|
|
for_window [window_type="menu"] floating enable |
|
|
|
|
|
|
|
|
|
default_floating_border none |
|
|
|
|
hide_edge_borders none |
|
|
|
|
gaps inner 0 |
|
|
|
|
gaps outer 0 |
|
|
|
|
|
|
|
|
|
exec_always --no-startup-id /home/frosty/.config/dunst/start.sh |
|
|
|
|
exec_always --no-startup-id /home/frosty/.config/polybar/launch.sh |
|
|
|
|