Compare commits

...

3 Commits

3 changed files with 6 additions and 3 deletions

View File

@ -127,5 +127,7 @@
"typescriptreact"
],
"nix.formatterPath": "/run/current-system/sw/bin/nixfmt",
"svelte.enable-ts-plugin": true,
"git.confirmSync": false,
}

View File

@ -91,12 +91,13 @@ assign [class="Brave-browser"] $ws4
assign [class="thunderbird"] $ws9
assign [class="Jellyfin Media Player"] $ws8
assign [class="ZapZap"] $ws7
assign [class="Vibe-dev-linux-amd64"] $ws10
# Key bindings
bindsym $mod+Return exec kitty
bindsym $mod+b exec brave
bindsym $mod+c exec cursor
bindsym $mod+shift+f exec cursor ~/dotfiles
bindsym $mod+c exec env XDG_DATA_DIRS=/usr/share:/usr/local/share cursor
bindsym $mod+shift+f exec env XDG_DATA_DIRS=/usr/share:/usr/local/share cursor ~/dotfiles
bindsym $mod+a kill
bindsym $mod+d exec --no-startup-id rofi -show run
bindsym $mod+Tab exec --no-startup-id rofi -show window

View File

@ -78,4 +78,4 @@ export BUN_INSTALL="${bun_install:-$HOME/.bun}"
[ -s "$BUN_INSTALL/_bun" ] && source "$BUN_INSTALL/_bun"
export TERM=xterm-256color
export PATH="$HOME/go/bin:$BUN_INSTALL/bin:$HOME/.local/bin:$PATH"
export PATH="$HOME/go/bin:$BUN_INSTALL/bin:$HOME/.local/bin:$HOME/.npm-global/bin:$PATH"