Fixed rofi
This commit is contained in:
parent
bd3c3c16ba
commit
26facc6f47
|
@ -2,7 +2,7 @@
|
|||
|
||||
source ~/.dotfiles/nfrc.sh
|
||||
|
||||
cmd="rofi --dmenu -p"
|
||||
cmd="rofi -dmenu -p"
|
||||
|
||||
action=$(printf "Connect exit node\nDisconnect" | $cmd "Tailscale")
|
||||
|
||||
|
|
|
@ -67,7 +67,8 @@ floating_modifier $mod
|
|||
|
||||
# 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.
|
||||
tiling_drag modifier titlebar
|
||||
# tiling_drag modifier titlebar
|
||||
tiling_drag modifier
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec kitty
|
||||
|
|
Loading…
Reference in New Issue