dev: automated commit - 2025-11-16 11:58:51
This commit is contained in:
parent
7dbe7f4685
commit
9dca029a62
5 changed files with 102 additions and 178 deletions
|
|
@ -5,29 +5,28 @@ exec {
|
|||
$(nix-locate -w polkit-gnome-authentication-agent-1 | awk '{print $NF}')
|
||||
blueman-applet
|
||||
nm-applet
|
||||
# swaync
|
||||
wlsunset -l -34.9 -L -56.2 -t 4500 -g 0.9
|
||||
# wlsunset -l -34.9 -L -56.2 -t 4500 -g 0.9
|
||||
easyeffects --gapplication-service
|
||||
clapboard --record
|
||||
}
|
||||
#
|
||||
|
||||
# # User Interface
|
||||
exec {
|
||||
noctalia-shell
|
||||
# ~/.local/bin/randwall
|
||||
# ~/.local/bin/waybar.sh
|
||||
}
|
||||
#
|
||||
|
||||
# Applications
|
||||
exec {
|
||||
$term --class="uy.com.mzunino"
|
||||
slack
|
||||
davmail
|
||||
zen-twilight
|
||||
thunderbird
|
||||
zen
|
||||
obsidian
|
||||
localsend_app
|
||||
vesktop
|
||||
}
|
||||
|
||||
# Work Shit
|
||||
exec {
|
||||
slack
|
||||
gtk-launch com.microsoft.Edge.flextop.msedge-cifhbcnohmdccbgoicgdjpfamggdegmo-Default
|
||||
gtk-launch com.microsoft.Edge.flextop.msedge-faolnafnngnfdaknnbpnkhgohbobgegn-Default
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# System Controls
|
||||
bindsym {
|
||||
$mod+Shift+r exec swaymsg reload && notify-send "Reloaded sway config"
|
||||
$mod+Shift+e exec --no-startup-id wlogout
|
||||
$mod+Shift+e exec --no-startup-id noctalia-shell ipc call sessionMenu toggle
|
||||
$mod+Escape exec ~/.local/bin/lock.sh
|
||||
}
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ bindsym {
|
|||
$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 ~/.local/bin/launch-or-focus thunar
|
||||
$mod+y exec clapboard
|
||||
$mod+y exec noctalia-shell ipc call launcher clipboard
|
||||
$mod+b exec rofi-rbw --action copy
|
||||
}
|
||||
|
||||
|
|
@ -91,29 +91,25 @@ bindsym {
|
|||
bindsym {
|
||||
$mod+Shift+minus move scratchpad
|
||||
$mod+minus scratchpad show
|
||||
$mod+u [instance="claude.ai"] move scratchpad; [app_id="uy.com.mzunino"] scratchpad show, move position center, fullscreen disable, resize set 1366 768
|
||||
$mod+g [app_id="uy.com.mzunino"] move scratchpad; [instance="claude.ai"] scratchpad show, move position center, fullscreen disable, resize set 1366 768
|
||||
$mod+u [app_id="uy.com.mzunino"] scratchpad show, move position center, fullscreen disable, resize set 1366 768
|
||||
$mod+Shift+u exec --no-startup-id $term --class="uy.com.mzunino"
|
||||
$mod+shift+g exec chromium --new-window --app="https://claude.ai"
|
||||
}
|
||||
|
||||
# Special Functions
|
||||
bindsym {
|
||||
F4 exec switch-windows
|
||||
$mod+r exec --no-startup-id ~/.local/bin/record.sh
|
||||
$mod+r exec --no-startup-id noctalia-shell ipc call screenRecorder toggle
|
||||
$mod+p exec --no-startup-id grim -g "$(slurp -d)" - | swappy -f -
|
||||
$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
|
||||
}
|
||||
|
||||
# Multimedia Keys
|
||||
bindsym {
|
||||
XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +2%
|
||||
XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -2%
|
||||
XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle
|
||||
XF86MonBrightnessUp exec --no-startup-id brightnessctl set +5%
|
||||
XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%-
|
||||
XF86AudioRaiseVolume exec --no-startup-id noctalia-shell ipc call volume increase
|
||||
XF86AudioLowerVolume exec --no-startup-id noctalia-shell ipc call volume decrease
|
||||
XF86AudioMute exec --no-startup-id noctalia-shell ipc call volume mute
|
||||
XF86MonBrightnessUp exec --no-startup-id noctalia-shell ipc call brightness increase
|
||||
XF86MonBrightnessDown exec --no-startup-id noctalia-shell ipc call brightness decrease
|
||||
}
|
||||
|
||||
# Mouse Bindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue