MAJOR CLEANUP: with manager scirpt to replace everything

This commit is contained in:
2024-10-07 18:38:55 +01:00
parent e3779b4ab7
commit e0fc7e698c
392 changed files with 22930 additions and 6475 deletions

View File

@@ -31,4 +31,4 @@ plugin {
}
}
windowrulev2 = bordercolor rgba(B3C5FFAA) rgba(B3C5FF77),pinned:1
windowrulev2 = bordercolor rgba(B3C5FFAA) rgba(B3C5FF77),pinned:1

View File

@@ -1,6 +1,11 @@
# Lines ending with `# [hidden]` won't be shown on cheatsheet
# Lines starting with #! are section headings
# OBS Studio
bind = Ctrl,F10, exec, obs-cmd recording start
bind = Ctrl,F11, exec, obs-cmd recording stop
# ---------------------------------
bindl = Alt ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_SOURCE@ toggle # [hidden]
bindl = Super ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_SOURCE@ toggle # [hidden]
bindl = ,XF86AudioMute, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0% # [hidden]
@@ -189,24 +194,13 @@ bindl= ,XF86AudioPause, exec, playerctl play-pause # [hidden]
#!
##! Apps
bind = Super, T, exec, kitty # Launch foot (terminal)
bind = Super, Z, exec, Zed # Launch Zed (editor)
bind = Super, C, exec, code --password-store=gnome --enable-features=UseOzonePlatform --ozone-platform=wayland # Launch VSCode (editor)
bind = Super, E, exec, nautilus --new-window # Launch Nautilus (file manager)
bind = Super+Alt, E, exec, thunar # [hidden]
bind = Super, W, exec, google-chrome-stable # [hidden] Let's not give people (more) reason to shit on my rice
bind = Ctrl+Super, W, exec, firefox # Launch Firefox (browser)
bind = Super, X, exec, gnome-text-editor --new-window # Launch GNOME Text Editor
bind = Super+Shift, W, exec, wps # Launch WPS Office
bind = Super, I, exec, XDG_CURRENT_DESKTOP="gnome" gnome-control-center # Launch GNOME Settings
bind = Super, T, exec, kitty
bind = Super, E, exec, thunar
bind = Ctrl+Super, V, exec, pavucontrol # Launch pavucontrol (volume mixer)
bind = Ctrl+Super+Shift, V, exec, easyeffects # Launch EasyEffects (equalizer & other audio effects)
bind = Ctrl+Shift, Escape, exec, gnome-system-monitor # Launch GNOME System monitor
bind = Ctrl+Super, Slash, exec, pkill anyrun || anyrun # Toggle fallback launcher: anyrun
bind = Super+Alt, Slash, exec, pkill anyrun || fuzzel # Toggle fallback launcher: fuzzel
# Cursed stuff
## Make window not amogus large
bind = Ctrl+Super, Backslash, resizeactive, exact 640 480 # [hidden]