kitty theme

This commit is contained in:
2025-05-14 04:33:34 +02:00
parent 7f75d8c6b2
commit edc7459fcf
8 changed files with 5623 additions and 2 deletions

View File

@ -2,9 +2,15 @@
### KEYBINDINGS ###
###################
# Run wev to get key
# See https://wiki.hyprland.org/Configuring/Keywords/
$mainMod = SUPER # Sets "Windows" key as main modifier
# Screenshot
bind = , Print, exec, $screenshot
bind = CTRL, Print, exec, $screenshotSelect
# Binds apps https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod, B, exec, $browser

View File

@ -30,8 +30,8 @@ decoration {
rounding_power = 10
# Change transparency of focused and unfocused windows
active_opacity = 0.9
inactive_opacity = 0.9
active_opacity = 0.85
inactive_opacity = 0.85
shadow {
enabled = true

View File

@ -21,6 +21,8 @@ $menu = wofi --show drun
$powerMenu = bash ~/.config/wofi/wofi-powermenu.sh
$browser = firefox
$email = thunderbird
$screenshot = grim
$screenshotSelect = grim -g "$(slurp)"
#################
### AUTOSTART ###
@ -75,4 +77,11 @@ misc {
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
}
# Permissions
#ecosystem {
# enforce_permissions = true
#}
#permission = /usr/bin/grim, screencopy, allow
source = ~/.config/hypr/conf.d/*