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