Compare commits

..

3 Commits

Author SHA1 Message Date
da66789101 nu: Add more git aliases 2026-05-08 15:37:56 +02:00
b1f65ae48a niri: Include generated dms configs 2026-05-06 13:20:36 +02:00
a36cf4c0b1 niri: Add another screenlock hotkey 2026-05-06 13:19:37 +02:00
2 changed files with 12 additions and 0 deletions

View File

@@ -332,6 +332,7 @@ binds {
Mod+Return { spawn "alacritty"; }
Mod+Plus { spawn "loginctl" "lock-session"; }
Mod+E { spawn "loginctl" "lock-session"; }
// TODO: why do i have to use spawn-sh?
Mod+D { spawn "dms" "ipc" "call" "widget" "toggle" "launcherButton"; }
@@ -535,3 +536,11 @@ binds {
Mod+Shift+Ctrl+O { debug-toggle-opaque-regions; }
Mod+Shift+Ctrl+D { debug-toggle-damage; }
}
include "dms/alttab.kdl"
include "dms/binds.kdl"
include "dms/colors.kdl"
include "dms/cursor.kdl"
//include "dms/layout.kdl"
include "dms/outputs.kdl"
include "dms/wpblur.kdl"

View File

@@ -661,6 +661,7 @@ alias cat = bat
alias e = nvim
alias gd = git diff
alias ga = git add
alias gap = git add --patch
alias gst = git status
alias gc = git commit
alias gl = git pull
@@ -669,6 +670,8 @@ alias gpu = git push -u origin
alias gsta = git stash push
alias gstp = git stash pop
alias gw = git switch
alias gr = git restore
alias grp = git restore --patch
alias lg = lazygit
alias bt = bluetoothctl
alias d = cd ~/.config/dotfiles/tree