kitty theme
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user