Skip to content

Commit

Permalink
style(swaync): change keyboard layout iconb changed to the better
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticBoozer committed Nov 10, 2024
1 parent 5e54041 commit 039182a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/sway/config.d/keybinds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ bindsym XF86MonBrightnessDown exec swayosd-client --brightness lower
# bindsym XF86monBrightnessUp exec brightnessctl set +5% | sed -En 's/.*\(([0-9]+)%\).*/\1/p' > $WOBSOCK

# Notify about change layout via the SwayOSD
bindcode 108 exec swayosd-client --custom-icon "preferences-desktop-locale" --custom-message "$(swaymsg -t get_inputs | jq 'map(select(has("xkb_active_layout_name")))[0].xkb_active_layout_name')"
bindcode 108 exec swayosd-client --custom-icon "input-keyboard" --custom-message "$(swaymsg -t get_inputs | jq 'map(select(has("xkb_active_layout_name")))[0].xkb_active_layout_name')"

# Firefox
bindsym --to-code $mod+Shift+t exec firefox-developer-edition
Expand Down

0 comments on commit 039182a

Please sign in to comment.