New backup 2024-04-09 18:45:03
This commit is contained in:
parent
5b0940dad6
commit
7922618b04
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
op=$( echo -e " Development\n School\n Work" | wofi -i --dmenu --width 250 --height 260 | awk '{print $2}' )
|
||||
op=$( echo -e "~ Personal\n Development\n School\n Work" | wofi -i --dmenu --width 250 --height 320 | awk '{print $2}' )
|
||||
echo "$op"
|
||||
|
||||
profile_number=""
|
||||
|
@ -20,7 +20,10 @@ case $op in
|
|||
;;
|
||||
esac
|
||||
|
||||
swaymsg 'bindsym $mod+1 workspace'
|
||||
for i in {1..10};do
|
||||
[[ "$i" -eq "10" ]] && echo "10"
|
||||
#swaymsg 'bindsym $mod+1 workspace number "'"${profile_number}${i}"'"'
|
||||
done
|
||||
|
||||
exit
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue