Compare commits
3 Commits
cf1dd8fb6a
...
e02073ae9f
Author | SHA1 | Date | |
---|---|---|---|
e02073ae9f | |||
ccf7427e57 | |||
e4def5a290 |
@ -127,5 +127,7 @@
|
||||
"typescriptreact"
|
||||
],
|
||||
"nix.formatterPath": "/run/current-system/sw/bin/nixfmt",
|
||||
"svelte.enable-ts-plugin": true,
|
||||
"git.confirmSync": false,
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user