New backup 2024-04-30 14:30:02
This commit is contained in:
parent
233e821bfa
commit
f6b7adc585
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
conf_dir="$HOME/.config/sway-profiles"
|
||||
cache_dir="$HOME/.cache/sway-profiles"
|
||||
|
||||
mkdir -p "${cache_dir}/{displays,lock,screenshots}"
|
||||
mkdir -p "${cache_dir}/"{displays,lock,screenshots}
|
||||
|
||||
get_workspace_id(){
|
||||
workspace_id=$( printf "%02d\n" $( swaymsg -t get_workspaces | jq -r '.[] | select(.focused==true)|.name' | sed 's/:.*//' ) )
|
||||
|
|
Loading…
Add table
Reference in a new issue