Switch back to xorg.

This commit is contained in:
Bartek Stalewski 2023-04-20 01:09:43 +02:00
parent 24b53f8fd3
commit aeaba0f9ea
18 changed files with 85 additions and 34 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
chosen=$(cut -d ';' -f1 $XDG_CONFIG_HOME/qtile/chars/* | rofi -dmenu -i -p "select character to copy" | sed "s/ .*//")
chosen=$(cut -d ';' -f1 $XDG_CONFIG_HOME/qtile/chars/* | dmenu -l 20 -i -p "select character to copy" | sed "s/ .*//")
[ -z "$chosen" ] && exit
if [ -n "$1" ]; then