None
EN
Wayland utilities
['Ragnar', 'Groot Koerkamp']
home on CuriousCoding
1 2 3 4 5 6 7 # Media buttons bindsym XF86MonBrightnessDown exec light -T 0.9 bindsym XF86MonBrightnessUp exec light -T 1.1 # keyboard brightness bindsym Shift+XF86MonBrightnessDown exec light -s sysfs/leds/tpacpi::kbd_backlight -U 50 bindsym Shift+XF86MonBrightnessUp exec light -s sysfs/leds/tpacpi::kbd_backlight -A 50 1 2 3 4 # Start the clipboard manager in the background exec wl-paste -t text --watch clipman store # Select a clipboard entry using rofi bindsym $mod +Shift+p exec clipman pick -t rofi 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 fish_vi_key_bindings function fish_user_key_bindings # Bind CTRL-k to accept the suggestion and run the command bind -M insert \c k accept-autosuggestion execute bind -M default \c k accept-autosuggestion execute #…