Compare commits

..

5 Commits

5 changed files with 8 additions and 5 deletions

View File

@ -4,6 +4,7 @@ x-scheme-handler/msteams=teams.desktop
text/calendar=org.gnome.Calendar.desktop
x-scheme-handler/terminal=alacritty.desktop
x-scheme-handler/discord-647066573147996161=discord-647066573147996161.desktop
video/mp4=org.videolan.VLC.desktop
[Added Associations]
x-scheme-handler/sms=org.gnome.Shell.Extensions.GSConnect.desktop;
@ -12,3 +13,4 @@ application/pdf=libreoffice-writer.desktop;
image/png=org.kde.krita.desktop;
text/x-kotlin=nvim.desktop;
application/json=nvim.desktop;
video/mp4=org.videolan.VLC.desktop;

View File

@ -79,7 +79,7 @@ end
-- Additional servers
dap.adapters.lldb = {
type = "executable",
command = "lldb-vscode",
command = "codelldb",
name = "lldb",
}

View File

@ -1,10 +1,10 @@
# Keyboard configuration
input type:keyboard {
xkb_layout us,bs
xkb_options grp:alt_space_toggle,ctrl:nocaps
xkb_options grp:alt_space_toggle,ctrl:nocaps
repeat_delay 400
repeat_rate 25
repeat_delay 400
repeat_rate 25
}
# Ensures waybar is updated when language is switched

View File

@ -0,0 +1 @@
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway

View File

@ -2,7 +2,7 @@ direnv 2.32.1
nodejs 18.1.0
python system
ruby 3.0.0
neovim 0.9.0
neovim 0.9.1
java openjdk-17.0.2
rust stable
golang 1.19.1