feat: Launch timidity, remove outdated configs
This commit is contained in:
parent
cd9037b97e
commit
4904c4b678
|
@ -10,7 +10,7 @@ monitor=,preferred,auto,auto
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
||||||
exec-once = hyprpaper & swaync & fcitx5 & flameshot & eww --config ~/.config/eww/bar open vbar & kando
|
exec-once = hyprpaper & swaync & fcitx5 & flameshot & eww --config ~/.config/eww/bar open vbar & kando & timidity -iA
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
# Source a file (multi-file configs)
|
||||||
# source = ~/.config/hypr/myColors.conf
|
# source = ~/.config/hypr/myColors.conf
|
||||||
|
@ -52,10 +52,10 @@ decoration {
|
||||||
|
|
||||||
rounding = 10
|
rounding = 10
|
||||||
|
|
||||||
drop_shadow = yes
|
#drop_shadow = yes
|
||||||
shadow_range = 4
|
#shadow_range = 4
|
||||||
shadow_render_power = 3
|
#shadow_render_power = 3
|
||||||
col.shadow = rgba(1a1a1aee)
|
#col.shadow = rgba(1a1a1aee)
|
||||||
|
|
||||||
active_opacity = 0.95
|
active_opacity = 0.95
|
||||||
inactive_opacity = 0.7
|
inactive_opacity = 0.7
|
||||||
|
@ -197,6 +197,7 @@ bind = $mainMod, mouse_up, workspace, e-1
|
||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
bindm = $mainMod SHIFT, mouse:273, resizewindow 1
|
||||||
|
|
||||||
bind = SUPER,Tab,cyclenext, # change focus to another window
|
bind = SUPER,Tab,cyclenext, # change focus to another window
|
||||||
bind = SUPER,Tab,bringactivetotop, # bring it to the top
|
bind = SUPER,Tab,bringactivetotop, # bring it to the top
|
||||||
|
|
|
@ -1,15 +1,10 @@
|
||||||
{
|
{
|
||||||
"menuTheme": "neon-lights",
|
"menuTheme": "default",
|
||||||
"darkMenuTheme": "default",
|
"darkMenuTheme": "default",
|
||||||
"menuThemeColors": {
|
"menuThemeColors": {},
|
||||||
"neon-lights": {
|
|
||||||
"glow-color": "rgba(168, 255, 196, 1)",
|
|
||||||
"connector-color": "rgba(173, 222, 255, 0.75)"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"darkMenuThemeColors": {},
|
"darkMenuThemeColors": {},
|
||||||
"enableDarkModeForMenuThemes": false,
|
"enableDarkModeForMenuThemes": false,
|
||||||
"sidebarVisible": false,
|
"sidebarVisible": true,
|
||||||
"enableVersionCheck": true,
|
"enableVersionCheck": true,
|
||||||
"zoomFactor": 1
|
"zoomFactor": 1
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Lock
|
# Lock
|
||||||
ignore-empty-password
|
ignore-empty-password
|
||||||
show-failed-attempts
|
show-failed-attempts
|
||||||
grace=2
|
grace=0
|
||||||
|
|
||||||
# Clock
|
# Clock
|
||||||
clock
|
clock
|
||||||
|
|
Loading…
Reference in New Issue