Compare commits

..

No commits in common. "5e43938afb9757e54c6f0334b87b12795ae73fc4" and "f3b3a3641d9fe66e90f070dcc41859bcfc1d39ba" have entirely different histories.

2 changed files with 6 additions and 15 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 --define=drun-print_command=true | sed -n -e 's/\(.*\) %.*/\1/p' | xargs swaymsg exec -- bindsym $mod+d exec source ~/.bashrc && wofi --show drun --allow-images -G -i
# 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,22 +257,13 @@ for_window [class=".*"] border pixel 0
focus_follows_mouse yes focus_follows_mouse yes
hide_edge_borders smart hide_edge_borders smart
# Window Properties # Floaterizer 9000
# 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": "swaymsg 'set $PROP floating; exec alacritty -e nmtui'", "on-click": "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": "swaymsg 'set $PROP floating; exec pavucontrol-qt'", "on-click": "pavucontrol-qt",
"tooltip": false "tooltip": false
}, },
"custom/spotify": { "custom/spotify": {