Fixed rofi

This commit is contained in:
Nefrace 2025-05-31 16:38:10 +03:00
parent bd3c3c16ba
commit 26facc6f47
3 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,7 @@
source ~/.dotfiles/nfrc.sh source ~/.dotfiles/nfrc.sh
cmd="rofi --dmenu -p" cmd="rofi -dmenu -p"
action=$(printf "Connect exit node\nDisconnect" | $cmd "Tailscale") action=$(printf "Connect exit node\nDisconnect" | $cmd "Tailscale")

View File

@ -67,7 +67,8 @@ floating_modifier $mod
# move tiling windows via drag & drop by left-clicking into the title bar, # move tiling windows via drag & drop by left-clicking into the title bar,
# or left-clicking anywhere into the window while holding the floating modifier. # or left-clicking anywhere into the window while holding the floating modifier.
tiling_drag modifier titlebar # tiling_drag modifier titlebar
tiling_drag modifier
# start a terminal # start a terminal
bindsym $mod+Return exec kitty bindsym $mod+Return exec kitty

View File

@ -73,3 +73,7 @@ sshapt() {
which tailscale > /dev/null && source <(tailscale completion bash) which tailscale > /dev/null && source <(tailscale completion bash)
export PATH=$PATH:$HOME/.dotfiles/bin export PATH=$PATH:$HOME/.dotfiles/bin
alias hx=helix