Compare commits

...

2 commits

2 changed files with 15 additions and 6 deletions

View file

@ -54,7 +54,7 @@ bindsym $mod+Shift+q kill
#bindsym $mod+d exec dmenu_run #bindsym $mod+d exec dmenu_run
#bindsym $mod+d exec jgmenu_run #bindsym $mod+d exec jgmenu_run
#bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --dmenu="dmenu -i -nb '#2c2e33' -nf '#cccccc' -sf '#ffffff' -sb '#4285f4'" --term="i3-sensible-terminal" #bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --dmenu="dmenu -i -nb '#2c2e33' -nf '#cccccc' -sf '#ffffff' -sb '#4285f4'" --term="i3-sensible-terminal"
bindsym $mod+d exec source ~/.bashrc && wofi --show drun --allow-images -G -i bindsym $mod+d exec source ~/.bashrc && wofi --show drun --allow-images -G -i --define=drun-print_command=true | sed -n -e 's/\(.*\) %.*/\1/p' | xargs swaymsg exec --
# There also is the (new) i3-dmenu-desktop which only displays applications # There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that # shipping a .desktop file. It is a wrapper around dmenu, so you need that
@ -257,13 +257,22 @@ for_window [class=".*"] border pixel 0
focus_follows_mouse yes focus_follows_mouse yes
hide_edge_borders smart hide_edge_borders smart
# Floaterizer 9000 # Window Properties
# Example usage: swaymsg 'set $PROP floating:border10:sticky ; exec alacritty'
set $PROP none
for_window [app_id="pinentry*"]; floating enable for_window [app_id="pinentry*"]; floating enable
for_window [app_id="lxqt-policykit-aget"]; floating enable for_window [app_id="lxqt-policykit-aget"]; floating enable
for_window [shell="."] mark --add "prop:$$PROP:"
for_window [con_mark=^prop.*:floating:] floating enable
for_window [con_mark=^prop.*:fullscreen:] fullscreen enable
for_window [con_mark=^prop.*:sticky:] sticky enable
for_window [con_mark=^prop:] mark --toggle "prop:$$PROP:" ; set $$PROP none
# Gaps # Gaps
gaps inner 5 gaps inner 5
# Colors # Colors
# class border bground text indicator child_border # class border bground text indicator child_border
client.focused #4285F4 #4285F4 #FFFFFF #4285F4 #2F60B0 client.focused #4285F4 #4285F4 #FFFFFF #4285F4 #2F60B0

View file

@ -59,7 +59,7 @@
"interval": 10, "interval": 10,
"on-click": "alacritty -e nmtui", "on-click": "swaymsg 'set $PROP floating; exec alacritty -e nmtui'",
"tooltip": true, "tooltip": true,
"tooltip-format": "Connected via {ifname}\nIP: {ipaddr}/{cidr}\nBandwidth: {bandwidthDownBits} | {bandwidthUpBits}", "tooltip-format": "Connected via {ifname}\nIP: {ipaddr}/{cidr}\nBandwidth: {bandwidthDownBits} | {bandwidthUpBits}",
@ -76,7 +76,7 @@
"default": ["奄", "奔", "墳"] "default": ["奄", "奔", "墳"]
}, },
"scroll-step": 5, "scroll-step": 5,
"on-click": "pavucontrol-qt", "on-click": "swaymsg 'set $PROP floating; exec pavucontrol-qt'",
"tooltip": false "tooltip": false
}, },
"custom/spotify": { "custom/spotify": {