update
This commit is contained in:
parent
b66a71129e
commit
3251bca29a
299 changed files with 7589 additions and 37 deletions
|
@ -69,8 +69,8 @@ bindel=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
|||
bindel=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
# Brightness Controls
|
||||
bindel = , XF86MonBrightnessUp, exec, brightnessctl s 5%+ # increase brightness
|
||||
bindel = , XF86MonBrightnessDown, exec, brightnessctl s 5%- # decrease brightness
|
||||
bindel = , XF86MonBrightnessUp, exec, brightnessctl s 1%+ && echo true > /home/rafayahmad/dotfiles/.config/eww/brightnessShow
|
||||
bindel = , XF86MonBrightnessDown, exec, brightnessctl s 1%- && echo true > /home/rafayahmad/dotfiles/.config/eww/brightnessShow
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
# bind = CTRL, J, movefocus, l
|
||||
|
|
|
@ -15,6 +15,7 @@ monitor=HDMI-A-1,1920x1080@60,0x0,1,mirror,eDP-1
|
|||
exec-once = hypridle
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper && ~/dotfiles/scripts/currentWallpaperHyprlock.sh
|
||||
exec-once = /home/rafayahmad/dotfiles/scripts/brightnessWidget.sh
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = ~/dotfiles/scripts/battWarning.sh
|
||||
exec-once = [workspace 4 silent] flatpak run com.rtosta.zapzap
|
||||
|
@ -57,7 +58,7 @@ general {
|
|||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
gaps_in = 5
|
||||
gaps_out = 20
|
||||
gaps_out = 10
|
||||
border_size = 2
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
@ -80,10 +81,6 @@ decoration {
|
|||
ignore_opacity=true
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
animations {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue