Compare commits
3 Commits
16a2536955
...
da66789101
| Author | SHA1 | Date | |
|---|---|---|---|
|
da66789101
|
|||
|
b1f65ae48a
|
|||
|
a36cf4c0b1
|
@@ -332,6 +332,7 @@ binds {
|
|||||||
|
|
||||||
Mod+Return { spawn "alacritty"; }
|
Mod+Return { spawn "alacritty"; }
|
||||||
Mod+Plus { spawn "loginctl" "lock-session"; }
|
Mod+Plus { spawn "loginctl" "lock-session"; }
|
||||||
|
Mod+E { spawn "loginctl" "lock-session"; }
|
||||||
|
|
||||||
// TODO: why do i have to use spawn-sh?
|
// TODO: why do i have to use spawn-sh?
|
||||||
Mod+D { spawn "dms" "ipc" "call" "widget" "toggle" "launcherButton"; }
|
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+O { debug-toggle-opaque-regions; }
|
||||||
Mod+Shift+Ctrl+D { debug-toggle-damage; }
|
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"
|
||||||
|
|||||||
@@ -661,6 +661,7 @@ alias cat = bat
|
|||||||
alias e = nvim
|
alias e = nvim
|
||||||
alias gd = git diff
|
alias gd = git diff
|
||||||
alias ga = git add
|
alias ga = git add
|
||||||
|
alias gap = git add --patch
|
||||||
alias gst = git status
|
alias gst = git status
|
||||||
alias gc = git commit
|
alias gc = git commit
|
||||||
alias gl = git pull
|
alias gl = git pull
|
||||||
@@ -669,6 +670,8 @@ alias gpu = git push -u origin
|
|||||||
alias gsta = git stash push
|
alias gsta = git stash push
|
||||||
alias gstp = git stash pop
|
alias gstp = git stash pop
|
||||||
alias gw = git switch
|
alias gw = git switch
|
||||||
|
alias gr = git restore
|
||||||
|
alias grp = git restore --patch
|
||||||
alias lg = lazygit
|
alias lg = lazygit
|
||||||
alias bt = bluetoothctl
|
alias bt = bluetoothctl
|
||||||
alias d = cd ~/.config/dotfiles/tree
|
alias d = cd ~/.config/dotfiles/tree
|
||||||
|
|||||||
Reference in New Issue
Block a user