update dotfiles

This commit is contained in:
osmarks
2026-07-27 10:51:51 +01:00
parent a7deeb45ab
commit 778d351c00
4 changed files with 33 additions and 7 deletions
+2 -2
View File
@@ -5,6 +5,6 @@ tab_bar_edge top
tab_bar_style fade
active_tab_font_style bold
inactive_tab_font_style normal
map ctrl+shift+] next_tab
map ctrl+shift+[ previous_tab
map cmd+shift+] next_tab
map cmd+shift+[ previous_tab
map cmd+t new_tab
+10 -3
View File
@@ -19,7 +19,7 @@ files = {
"take-screenshot-window": "~/.local/bin/take-screenshot-window",
"waybar_config": "~/.config/waybar/config",
"waybar_style.css": "~/.config/waybar/style.css",
"wezterm.lua": "~/.wezterm.lua"
"kitty.conf": "~/.config/kitty/kitty.conf"
}
packages = [
@@ -32,7 +32,7 @@ packages = [
"dunst",
"slurp",
"grim",
"wezterm",
"kitty",
"ttf-fira-code",
"network-manager-applet",
"kanshi",
@@ -46,7 +46,14 @@ packages = [
"arc-icon-theme",
"breeze-icons",
"arc-gtk-theme",
"magic-wormhole"
"magic-wormhole",
"syncthing",
"zoxide",
"libqalculate",
"base-devel",
"mpv",
"mpv-mpris",
"python-mpris2"
]
subprocess.run(["sudo", "pacman", "-S", *packages])
+2 -2
View File
@@ -105,8 +105,8 @@ def build_bwrap_command(entry: dict, cwd: Path, fd: int) -> list[str]:
"/etc",
]
dev_binds = [
"/dev/dri", # GPU
"/dev/shm", # shared memory
"/dev/dri",
"/dev/shm",
"/dev/ipu0", "/dev/ipu0_ex", "/dev/ipu0_mem", "/dev/ipu0_p2p"
]
+19
View File
@@ -7,6 +7,25 @@
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"proxy": "",
"ssh_connections": [
{
"host": "straylight",
"args": [],
"projects": [
{
"paths": [
"/srv/home/gc-sdk/./"
]
},
{
"paths": [
"/srv/home/gc-sdk/ipu-stack"
]
}
]
}
],
"cli_default_open_behavior": "new_window",
"outline_panel": {
"dock": "left"