fix: hyprltm keybind

This commit is contained in:
2026-04-15 06:30:00 +02:00
parent 66860070a9
commit 0724096134
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ bind = $mainMod SHIFT, SPACE, exec, nwg-drawer
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, I, exec, firefox &
bind = $mainMod, n, exec, hyprltm-net
bind = $mainMod, n, exec, ~/.local/bin/hyprltm-net
# Move focus with mainMod + WASD or Vim-style
bind = $mainMod, a, movefocus, l
+11
View File
@@ -0,0 +1,11 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
export PATH="$HOME/.local/bin:$PATH"