More config updates
parent
52e04404ea
commit
6b892abb83
|
@ -5,6 +5,9 @@ text/calendar=org.gnome.Calendar.desktop
|
||||||
x-scheme-handler/terminal=alacritty.desktop
|
x-scheme-handler/terminal=alacritty.desktop
|
||||||
x-scheme-handler/discord-647066573147996161=discord-647066573147996161.desktop
|
x-scheme-handler/discord-647066573147996161=discord-647066573147996161.desktop
|
||||||
video/mp4=org.videolan.VLC.desktop
|
video/mp4=org.videolan.VLC.desktop
|
||||||
|
text/markdown=nvim.desktop
|
||||||
|
video/webm=org.videolan.VLC.desktop
|
||||||
|
text/x-log=nvim.desktop
|
||||||
|
|
||||||
[Added Associations]
|
[Added Associations]
|
||||||
x-scheme-handler/sms=org.gnome.Shell.Extensions.GSConnect.desktop;
|
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;
|
text/x-kotlin=nvim.desktop;
|
||||||
application/json=nvim.desktop;
|
application/json=nvim.desktop;
|
||||||
video/mp4=org.videolan.VLC.desktop;
|
video/mp4=org.videolan.VLC.desktop;
|
||||||
|
text/markdown=nvim.desktop;
|
||||||
|
video/webm=org.videolan.VLC.desktop;
|
||||||
|
text/x-log=nvim.desktop;
|
||||||
|
|
|
@ -41,6 +41,15 @@ local configuration_overrides = {
|
||||||
checkOnSave = {
|
checkOnSave = {
|
||||||
command = "clippy",
|
command = "clippy",
|
||||||
},
|
},
|
||||||
|
procMacro = {
|
||||||
|
enable = true,
|
||||||
|
},
|
||||||
|
hoverActions = {
|
||||||
|
enable = false,
|
||||||
|
},
|
||||||
|
cargo = {
|
||||||
|
loadOutDirsFromCheck = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -5,7 +5,7 @@ set $browser_workspace "3:"
|
||||||
set $chat_workspace "6:"
|
set $chat_workspace "6:"
|
||||||
set $ongoing_operations "9:"
|
set $ongoing_operations "9:"
|
||||||
set $ide_workspace "4:"
|
set $ide_workspace "4:"
|
||||||
set $workspace7 "7:Custom"
|
set $workspace7 "7:"
|
||||||
set $note_workspace "8:"
|
set $note_workspace "8:"
|
||||||
set $git_workspace "5:"
|
set $git_workspace "5:"
|
||||||
set $music_workspace "10:"
|
set $music_workspace "10:"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Keyboard configuration
|
# Keyboard configuration
|
||||||
input type:keyboard {
|
input type:keyboard {
|
||||||
xkb_layout us,bs
|
xkb_layout us,ba
|
||||||
xkb_options grp:alt_space_toggle,ctrl:nocaps
|
xkb_options grp:alt_space_toggle,ctrl:nocaps
|
||||||
|
|
||||||
repeat_delay 400
|
repeat_delay 400
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
"interval": 10,
|
"interval": 10,
|
||||||
"format": " {:%e %b %Y}", // Icon: calendar-alt
|
"format": " {:%e %b %Y}", // Icon: calendar-alt
|
||||||
"tooltip-format": "{:%e %B %Y}",
|
"tooltip-format": "{:%e %B %Y}",
|
||||||
"on-click": "notify-send \"$(khal list -f '{title}')\""
|
"on-click": "gnome-calendar"
|
||||||
},
|
},
|
||||||
|
|
||||||
"cpu": {
|
"cpu": {
|
||||||
|
|
|
@ -7,3 +7,4 @@ java openjdk-17.0.2
|
||||||
rust stable
|
rust stable
|
||||||
golang 1.19.1
|
golang 1.19.1
|
||||||
clojure 1.11.1.1342
|
clojure 1.11.1.1342
|
||||||
|
lua system
|
||||||
|
|
Loading…
Reference in New Issue