feat: move to rofi, use tokyonight theme, add missing keybinds, update scripts
This commit is contained in:
@@ -1 +1 @@
|
||||
cliphist list | wofi --dmenu | cliphist decode | wl-copy
|
||||
cliphist list | rofi -dmenu -p "Copy to clipboard:" -config ~/.config/rofi/oneline-config.rasi | cliphist decode | wl-copy
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
workspaces=$(hyprctl workspaces -j | jq -r '.[].name')
|
||||
|
||||
target=$(echo "$workspaces" | wofi -d -p "Switch to workspace:")
|
||||
target=$(echo "$workspaces" | rofi -dmenu -config ~/.config/rofi/oneline-config.rasi -p "Switch to workspace:")
|
||||
|
||||
if [[ -n "$target" ]]; then
|
||||
hyprctl dispatch workspace "$target"
|
||||
|
||||
Reference in New Issue
Block a user