diff --git a/bin/rofi-tscale b/bin/rofi-tscale index fb5c820..0581a71 100755 --- a/bin/rofi-tscale +++ b/bin/rofi-tscale @@ -2,7 +2,7 @@ source ~/.dotfiles/nfrc.sh -cmd="rofi --dmenu -p" +cmd="rofi -dmenu -p" action=$(printf "Connect exit node\nDisconnect" | $cmd "Tailscale") diff --git a/i3/.config/i3/config b/i3/.config/i3/config index b33b1d0..a28c557 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -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 diff --git a/nfrc.sh b/nfrc.sh index 9dae102..2798caf 100644 --- a/nfrc.sh +++ b/nfrc.sh @@ -73,3 +73,7 @@ sshapt() { which tailscale > /dev/null && source <(tailscale completion bash) export PATH=$PATH:$HOME/.dotfiles/bin + + + +alias hx=helix