Jedsek

Results 18 comments of Jedsek

@iosmanthus `cell!()` could convert expression to string automatically, but `Cell::new` has no appropriate trait bounds.It is so strange.

Maybe should be: ```fish complete -c exa -s 'i' -l 'inode' -d "List each file's inode number" ```

我把utils/request.js 里面的 headers['X-Real-IP'] 给注释掉就好了 ?_?

bind? ``` bind = $mainMod, L, exec, hyprctl keyword general:layout dwindle bind = $mainMod, M, exec, hyprctl keyword general:layout master ```

@drishal You could wirte script This is a example `~/.config/hypr/scripts/toggle-layout.sh`: ```bash #!/usr/bin/env bash CURRENT_LAYOUT=$(hyprctl getoption general:layout | sed -n '4p' | awk '{print $2}' | sed 's/\"//g') if [[ $CURRENT_LAYOUT...

Oh, agree: bash -c ' zellij action query-tab-names | sed -n "$(($ZELLIJ_TAB_ID + 1))p" '

This is just a simple pr which I think it could be merged now. @adi1090x