Compare commits

..

No commits in common. "e02073ae9f3abc7842910d23a00c15174d0b7d3d" and "cf1dd8fb6a1cb92ffc565ccc887b4f2121d2c54b" have entirely different histories.

3 changed files with 3 additions and 6 deletions

View File

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

View File

@ -91,13 +91,12 @@ assign [class="Brave-browser"] $ws4
assign [class="thunderbird"] $ws9 assign [class="thunderbird"] $ws9
assign [class="Jellyfin Media Player"] $ws8 assign [class="Jellyfin Media Player"] $ws8
assign [class="ZapZap"] $ws7 assign [class="ZapZap"] $ws7
assign [class="Vibe-dev-linux-amd64"] $ws10
# Key bindings # Key bindings
bindsym $mod+Return exec kitty bindsym $mod+Return exec kitty
bindsym $mod+b exec brave bindsym $mod+b exec brave
bindsym $mod+c exec env XDG_DATA_DIRS=/usr/share:/usr/local/share cursor bindsym $mod+c exec cursor
bindsym $mod+shift+f exec env XDG_DATA_DIRS=/usr/share:/usr/local/share cursor ~/dotfiles bindsym $mod+shift+f exec cursor ~/dotfiles
bindsym $mod+a kill bindsym $mod+a kill
bindsym $mod+d exec --no-startup-id rofi -show run bindsym $mod+d exec --no-startup-id rofi -show run
bindsym $mod+Tab exec --no-startup-id rofi -show window 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" [ -s "$BUN_INSTALL/_bun" ] && source "$BUN_INSTALL/_bun"
export TERM=xterm-256color export TERM=xterm-256color
export PATH="$HOME/go/bin:$BUN_INSTALL/bin:$HOME/.local/bin:$HOME/.npm-global/bin:$PATH" export PATH="$HOME/go/bin:$BUN_INSTALL/bin:$HOME/.local/bin:$PATH"