This commit is contained in:
Daylin Morgan 2024-07-12 11:23:32 -05:00
parent dedecf929f
commit 45f6def98f
Signed by: daylin
GPG key ID: 950D13E9719334AD
4 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ bind = $mainMod CTRL, 8, movetoworkspacesilent, 8
bind = $mainMod CTRL, 9, movetoworkspacesilent, 9 bind = $mainMod CTRL, 9, movetoworkspacesilent, 9
bind = , XF86AudioLowerVolume, exec, pamixer --decrease 5 bind = , XF86AudioLowerVolume, exec, pamixer --decrease 5
bind = , XF86AudioRaiseVolume, exec, pamixer --increase 5 bind = , XF86AudioRaiseVolume, exec, pamixer --unmute && pamixer --increase 5
bind = , XF86AudioMute, exec, pamixer --toggle-mute bind = , XF86AudioMute, exec, pamixer --toggle-mute
bind = , XF86MonBrightnessUp, exec, brightnessctl set +5% bind = , XF86MonBrightnessUp, exec, brightnessctl set +5%
bind = , XF86MonBrightnessDown, exec, brightnessctl set 5%- bind = , XF86MonBrightnessDown, exec, brightnessctl set 5%-

View file

@ -84,7 +84,7 @@ return {
{ {
"norcalli/nvim-colorizer.lua", "norcalli/nvim-colorizer.lua",
config = function() config = function()
require("colorizer").setup({"*"}, { require("colorizer").setup({ "css", "javascript", "html" }, {
RGB = true, -- #RGB hex codes RGB = true, -- #RGB hex codes
RRGGBB = true, -- #RRGGBB hex codes RRGGBB = true, -- #RRGGBB hex codes
names = true, -- "Name" codes like Blue names = true, -- "Name" codes like Blue

View file

@ -66,3 +66,4 @@ cytosol
Lipofectamine Lipofectamine
transcriptomic transcriptomic
Multiviewer Multiviewer
recipebook

View file

@ -1,4 +1,3 @@
[Settings] [Settings]
; gtk-icon-theme-name=breeze
gtk-theme-name=Catppuccin-Mocha-Standard-Rosewater-Dark gtk-theme-name=Catppuccin-Mocha-Standard-Rosewater-Dark
gtk-application-prefer-dark-theme=false gtk-application-prefer-dark-theme=false