Add .config/hypr/hypr.png
Update .config/hypr/hyprland.conf Update .config/hypr/hyprlock.conf
This commit is contained in:
parent
c2f4366fd0
commit
024f45246d
3 changed files with 86 additions and 50 deletions
|
@ -207,14 +207,17 @@ binds {
|
|||
}
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
$terminal = terminator
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, RETURN, exec, terminator
|
||||
bind = $mainMod, RETURN, exec, $terminal
|
||||
bind = $mainMod, KP_Enter, exec, $terminal
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod SHIFT, E, exit,
|
||||
bind = $mainMod, E, exec, nemo
|
||||
bind = $mainMod, SPACE, togglefloating,
|
||||
bind = $mainMod, D, exec, wofi -S drun,run
|
||||
#bind = $mainMod, D, exec, wofi -S drun,run
|
||||
bind = $mainMod, D, exec, GSK_RENDERER=ngl walker
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, F, fullscreen, 0 # dwindle
|
||||
|
@ -222,9 +225,9 @@ bind = $mainMod SHIFT, F, fullscreen, 1 # dwindle
|
|||
bind = $mainMod CTRL, F, fullscreenstate, 0 2 # dwindle
|
||||
bind = $mainMod, N, exec, swaync-client -t -sw # swaync
|
||||
bind = $mainMod, G, exec, bluetoothctl connect 3C:FA:06:29:AA:7B
|
||||
bind = $mainMod, X, exec, speedcrunch
|
||||
bind = $mainMod SHIFT, L, exec, sleep 1 && systemctl suspend
|
||||
|
||||
#bind = $mainMod, X, exec, speedcrunch
|
||||
bind = $mainMod, X, exec, walker -m calc
|
||||
bind = , XF86Calculator, exec, walker -m calc
|
||||
# Move focus with mainMod + arrow keys
|
||||
#bind = $mainMod, left, movefocus, l
|
||||
#bind = $mainMod, right, movefocus, r
|
||||
|
@ -302,7 +305,8 @@ bind = $mainMod, mouse_up, exec, hyprctl keyword cursor:zoom_factor "$(hyprctl g
|
|||
bind = $mainMod SHIFT, mouse_up, exec, hyprctl keyword cursor:zoom_factor 1
|
||||
|
||||
# Suspend
|
||||
bindl = , XF86Sleep, exec, systemctl suspend
|
||||
bindl = $mainMod SHIFT, L, exec, sleep 1 && systemctl suspend
|
||||
bindl = , XF86Sleep, exec, sleep 1 && systemctl suspend
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
|
||||
# Brightness
|
||||
|
@ -334,7 +338,8 @@ bind = SHIFT, PRINT, exec, imv $(find $(xdg-user-dir PICTURES)/Screenshots/ -pri
|
|||
exec = import-gsettings
|
||||
exec-once = ~/bin/hyprfloatfix.sh
|
||||
exec-once = xhost +si:localuser:root
|
||||
exec-once = swaybg -o \* -i /home/jinks/Pictures/Wallpapers/Icetwigs.jpg -m fill
|
||||
#exec-once = swaybg -o \* -i /home/jinks/Pictures/Wallpapers/Icetwigs.jpg -m fill
|
||||
exec-once = swaybg -o \* -i ~/.config/hypr/hypr.png -m fill
|
||||
exec-once = waybar -c ~/.config/waybar/siren/config -s ~/.config/waybar/siren/style.css
|
||||
exec-once = hyprpanel
|
||||
exec-once = hypridle
|
||||
|
@ -346,6 +351,7 @@ exec-once = gammastep-indicator -l 53.04:7.44
|
|||
exec-once = nextcloud
|
||||
exec-once = pulsecontrol
|
||||
exec-once = swayosd-server
|
||||
exec-once = walker --gapplication-service
|
||||
exec-once = sleep 5 && systemctl --user start hyprpolkitagent
|
||||
#exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue