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 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 && 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
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
@ -220,10 +220,10 @@ bindsym XF86AudioPrev exec playerctl previous
#bindsym Print exec flameshot gui -p ~/Pictures/Screenshots
#bindsym Shift+Print exec flameshot full -p ~/Pictures/Screenshots
#bindsym Ctrl+Shift+Print exec flameshot full -c
bindsym Print exec grim -g "$(slurp)" - | swappy -f -
bindsym Print exec grim -g "$(slurp)" - | swappy -f -
# Dunst
bindsym $mod+Mod1+Space dunstctl close
bindsym $mod+Mod1+Space dunstctl close
bindsym $mod+Mod1+Shift dunstctl close-all
bindsym $mod+Mod1+Tab dunstctl history-pop
bindsym $mod+Mod1+Period dunstctl context
@ -257,13 +257,22 @@ for_window [class=".*"] border pixel 0
focus_follows_mouse yes
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="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 inner 5
# Colors
# class border bground text indicator child_border
client.focused #4285F4 #4285F4 #FFFFFF #4285F4 #2F60B0

View file

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