Compare commits
3 Commits
d305513b9c
...
91dcdca5f2
| Author | SHA1 | Date |
|---|---|---|
|
|
91dcdca5f2 | |
|
|
8dfa7e6c45 | |
|
|
caf7da39b7 |
|
|
@ -233,11 +233,11 @@ bindsym $mod+Shift+9 move container to workspace number 9; workspace number 9
|
|||
bindsym $mod+Shift+0 move container to workspace number 10; workspace number 10
|
||||
|
||||
### Rename current workspace
|
||||
bindsym $mod+Shift+r exec "sway rename workspace to $(swaymsg -t get_workspaces | jq '.[] | select(.focused) | .num'):$(fuzzel --dmenu --prompt-only 'Rename: ')"
|
||||
bindsym $mod+Shift+r exec "NUM=$(swaymsg -t get_workspaces | jq '.[] | select(.focused) | .num'); read -r NEWNAME rest < <(fuzzel --dmenu --prompt-only 'Rename: '); [[ $NEWNAME =~ '^[0-9]+:?' ]] || NEWNAME=$NUM:$NEWNAME; sway rename workspace to $NEWNAME"
|
||||
### Focus new workspace
|
||||
bindsym $mod+grave exec "NUM=$(swaymsg -t get_workspaces | jq 'map(.num) | max + 1'); sway workspace number $NUM"
|
||||
bindsym $mod+grave exec "NUM=$(swaymsg -t get_workspaces | jq '[range(1; 100)] - map(.num) | min'); sway workspace number $NUM"
|
||||
### Move focused window to new workspace
|
||||
bindsym $mod+Shift+grave exec "NUM=$(swaymsg -t get_workspaces | jq 'map(.num) | max + 1'); sway move container to workspace number $NUM; sway workspace number $NUM"
|
||||
bindsym $mod+Shift+grave exec "NUM=$(swaymsg -t get_workspaces | jq '[range(1; 100)] - map(.num) | min'); sway move container to workspace number $NUM; sway workspace number $NUM"
|
||||
|
||||
#
|
||||
## Tiling & Layout
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ in {
|
|||
dwarfdump
|
||||
gdb
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
p7zip
|
||||
unzip
|
||||
zip
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{"v":"1.2.0"
|
||||
,"i":{
|
||||
"nixpkgs":{"sn":"nixpkgs-src","kd":[1,{"ft":0,"ur":"https://github.com/NixOS/nixpkgs/archive/b5aa0fbd538984f6e3d201be0005b4463d8b09f8.tar.gz","ms":[]}],"ha":{"al":0,"vl":"sha256-oPXCU/SSUokcGaJREHibG1CBX3+s/W7orDWQOZDsEeQ="},"fv":"b5aa0fbd538984f6e3d201be0005b4463d8b09f8","ps":["declarative-kts","hotfix-afdko"]}
|
||||
,"bingosync":{"sn":"bingosync-src","kd":[2,{"ft":0,"rp":"https://github.com/rhelmot/bingosync","ms":[],"rf":[0,"refs/heads/main"],"dt":"2026-05-10T23:20:19-07:00","sm":false,"lf":false,"lr":"9b6f02f4ed38e095979d7758e38a6a3aa9a8e7d8"}],"ha":{"al":0,"vl":"sha256-JJ/8Lp1bcRHWMeJvuxGrKhgOEO1aMYke4UH6D+N/91k="},"fv":"9b6f02f4ed38e095979d7758e38a6a3aa9a8e7d8","ps":[]}
|
||||
,"bingosync":{"sn":"bingosync-src","kd":[2,{"ft":0,"rp":"https://github.com/rhelmot/bingosync","ms":[],"rf":[0,"refs/heads/main"],"dt":"2026-07-11T18:37:12-07:00","sm":false,"lf":false,"lr":"b8e3c662422fdb03c66c7b3f1f56eb3a12f8f169"}],"ha":{"al":0,"vl":"sha256-2ZQJdjfTl0RCkMfshgpwZFYplWl0h9d1fVdXUYPmzTs="},"fv":"b8e3c662422fdb03c66c7b3f1f56eb3a12f8f169","ps":[]}
|
||||
,"blog-rhelmot-io":{"sn":"blog-rhelmot-io-src","kd":[2,{"ft":0,"rp":"https://git.lain.faith/rhelmot/blog.rhelmot.io","ms":[],"rf":[0,"refs/heads/main"],"dt":"2026-05-10T19:42:48-07:00","sm":false,"lf":false,"lr":"824a542d99f595677e267926b2e46d373853314e"}],"ha":{"al":0,"vl":"sha256-nw8WRY4TaRhl4sRX/HMohrfKkSkcEaj13y5wIETM87Y="},"fv":"824a542d99f595677e267926b2e46d373853314e","ps":[]}
|
||||
,"nixtamal":{"sn":"nixtamal-src","kd":[3,{"rp":"https://darcs.toastal.in.th/nixtamal/stable","ms":["https://smeder.ee/~toastal/nixtamal.darcs"],"dt":"2026-06-26T20:00:55Z","rf":[0,[0,"./darcs_context/nixtamal.txt"]],"lw":"00e707b7b590b863d0fe92cef75b21435b30523a"}],"ha":{"al":0,"vl":"sha256-WS3Au0V2AFUxRoINZvBLDJWvsTn/SyiN6jSLOWb+PQY="},"fv":"00e707b7b590b863d0fe92cef75b21435b30523a","ps":[]}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue