mirror of
https://github.com/osmarks/random-stuff
synced 2026-07-29 04:18:52 +00:00
update dotfiles
This commit is contained in:
@@ -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"])
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user