More config updates

main
Ensar Sarajčić 2023-11-08 11:18:41 +01:00
parent 52e04404ea
commit 6b892abb83
6 changed files with 19 additions and 3 deletions

View File

@ -5,6 +5,9 @@ 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
text/markdown=nvim.desktop
video/webm=org.videolan.VLC.desktop
text/x-log=nvim.desktop
[Added Associations]
x-scheme-handler/sms=org.gnome.Shell.Extensions.GSConnect.desktop;
@ -14,3 +17,6 @@ image/png=org.kde.krita.desktop;
text/x-kotlin=nvim.desktop;
application/json=nvim.desktop;
video/mp4=org.videolan.VLC.desktop;
text/markdown=nvim.desktop;
video/webm=org.videolan.VLC.desktop;
text/x-log=nvim.desktop;

View File

@ -41,6 +41,15 @@ local configuration_overrides = {
checkOnSave = {
command = "clippy",
},
procMacro = {
enable = true,
},
hoverActions = {
enable = false,
},
cargo = {
loadOutDirsFromCheck = true,
},
},
},
},

View File

@ -5,7 +5,7 @@ set $browser_workspace "3:"
set $chat_workspace "6:"
set $ongoing_operations "9:"
set $ide_workspace "4:"
set $workspace7 "7:Custom"
set $workspace7 "7:"
set $note_workspace "8:"
set $git_workspace "5:"
set $music_workspace "10:"

View File

@ -1,6 +1,6 @@
# Keyboard configuration
input type:keyboard {
xkb_layout us,bs
xkb_layout us,ba
xkb_options grp:alt_space_toggle,ctrl:nocaps
repeat_delay 400

View File

@ -78,7 +78,7 @@
"interval": 10,
"format": " {:%e %b %Y}", // Icon: calendar-alt
"tooltip-format": "{:%e %B %Y}",
"on-click": "notify-send \"$(khal list -f '{title}')\""
"on-click": "gnome-calendar"
},
"cpu": {

View File

@ -7,3 +7,4 @@ java openjdk-17.0.2
rust stable
golang 1.19.1
clojure 1.11.1.1342
lua system