update i3 windows

master
Rostyslav Hnatyshyn 1 year ago
parent 1597a80184
commit f3c17b86c9
  1. 12
      i3/config

@ -9,8 +9,6 @@
# #
# Please see https://i3wm.org/docs/userguide.html for a complete reference! # Please see https://i3wm.org/docs/userguide.html for a complete reference!
# exec_always --no-startup-id wal -e -i ~/.wallpapers/
set $mod Mod4 set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font # 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+d exec "rofi -combi-modi window,drun -show combi -modi combi -show-icons"
bindsym $mod+p exec rofi-pass bindsym $mod+p exec rofi-pass
bindsym --release Print exec --no-startup-id /home/frosty/.scripts/screenshot-to-clipboard.sh 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+Shift+c exec --no-startup-id ~/Programs/Rust/UnifiedCopyPaste/scripts/rofi-clipboard-selector.sh
bindsym $mod+x [urgent=latest] focus bindsym $mod+x [urgent=latest] focus
bindsym $mod+c exec "rofi -show calc -modi calc -no-show-match -no-sort" 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 title_align center
for_window [class="^.*"] border pixel 1 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 default_floating_border none
hide_edge_borders none hide_edge_borders none
gaps inner 0 gaps inner 0
gaps outer 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 exec_always --no-startup-id /home/frosty/.config/polybar/launch.sh

Loading…
Cancel
Save