dev: automated commit - 2025-07-16 19:26:06
This commit is contained in:
parent
fb87c567f6
commit
94487551fc
30 changed files with 173 additions and 157 deletions
|
|
@ -3,7 +3,7 @@
|
|||
bindsym {
|
||||
$mod+Shift+r exec swaymsg reload && notify-send "Reloaded sway config"
|
||||
$mod+Shift+e exec --no-startup-id wlogout
|
||||
$mod+Escape exec ~/.bin/lock.sh
|
||||
$mod+Escape exec ~/.local/bin/lock.sh
|
||||
}
|
||||
|
||||
# Gestures
|
||||
|
|
@ -16,9 +16,9 @@ bindgesture swipe:down workspace prev
|
|||
bindsym {
|
||||
$mod+Return exec $term
|
||||
$mod+d exec rofi -show combi -combi-modi "window,drun" -modi combi
|
||||
$mod+t exec ~/.bin/code.sh -s ~/.bin/fuzzel.lua
|
||||
$mod+shift+t exec ~/.bin/present
|
||||
$mod+n exec ~/.bin/sdm-ui.sh dmenu
|
||||
$mod+t exec ~/.local/bin/code.sh -s ~/.bin/fuzzel.lua
|
||||
$mod+shift+t exec ~/.local/bin/present
|
||||
$mod+n exec ~/.local/bin/sdm-ui.sh dmenu
|
||||
$mod+o exec ~/.local/bin/launch-or-focus obsidian "cd /home/forbi/Documents/Vault && $term --class obsidian nvim"
|
||||
$mod+e exec nemo
|
||||
}
|
||||
|
|
@ -96,10 +96,10 @@ bindsym {
|
|||
# Special Functions
|
||||
bindsym {
|
||||
F4 exec switch-windows
|
||||
$mod+r exec --no-startup-id ~/.bin/wlrecord.sh
|
||||
$mod+r exec --no-startup-id ~/.local/bin/wlrecord.sh
|
||||
$mod+p exec --no-startup-id grim -g "$(slurp -d)" - | swappy -f -
|
||||
$mod+shift+p exec --no-startup-id ~/.bin/screenshot-upload
|
||||
$mod+F5 exec --no-startup-id ~/.bin/pause-notifications
|
||||
$mod+shift+p exec --no-startup-id ~/.local/bin/screenshot-upload
|
||||
$mod+F5 exec --no-startup-id ~/.local/bin/pause-notifications
|
||||
$mod+shift+d exec ~/.local/bin/satty-window
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue