update dotfiles

This commit is contained in:
osmarks
2026-07-27 18:03:20 +01:00
parent 0de562f4d9
commit 74d436895d
2 changed files with 10 additions and 4 deletions
+8 -2
View File
@@ -19,7 +19,9 @@ files = {
"take-screenshot-window": "~/.local/bin/take-screenshot-window",
"waybar_config": "~/.config/waybar/config",
"waybar_style.css": "~/.config/waybar/style.css",
"kitty.conf": "~/.config/kitty/kitty.conf"
"kitty.conf": "~/.config/kitty/kitty.conf",
"mpris_smart_toggle.py": "~/.local/bin/mpris_smart_toggle.py",
"project_jail.py": "~/.local/bin/project-jail"
}
packages = [
@@ -56,7 +58,11 @@ packages = [
"zed",
"jq",
"pipewire-jack",
"tailscale"
"tailscale",
"pipewire-pulse",
"swayidle",
"rofi",
"htop"
]
subprocess.run(["sudo", "pacman", "-S", *packages, "--confirm"])
+2 -2
View File
@@ -50,12 +50,12 @@ for_window [app_id="firefox" title="Extension"] floating enable
for_window [app_id="term-floating"] floating enable
bindsym $mod+Backspace exec firefox --new-window about:blank
bindsym $mod+Shift+Backspace exec firefox --private-window about:blank
bindsym $mod+Slash exec maghammer.sh
bindsym $mod+Slash exec firefox --new-window https://maghammer.osmarks.net/
bindsym $mod+u exec $term --app-id term-floating units
bindsym $mod+p exec $term --app-id term-floating python
bindsym $mod+m exec pavucontrol
bindsym $mod+Shift+Return exec $term --app-id term
bindsym $mod+g exec $term --app-id term-floating gpt4term.sh
bindsym $mod+g exec firefox --new-window https://chatgpt.com/
bindsym Ctrl+space exec dunstctl close
bindsym Print exec take-screenshot-window
bindsym Ctrl+Print exec take-screenshot