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
|
||||
|
@ -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/*
|
||||
|
||||
|
Reference in New Issue
Block a user