add
This commit is contained in:
parent
33596bbfed
commit
b624e8883d
|
@ -12,7 +12,7 @@ monitor=HDMI-A-1,preferred,auto,1
|
|||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = waybar & hyprpaper
|
||||
exec-once = waybar & hyprpaper & wlsunset -l 55.7 -L 37.9247
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
@ -52,7 +52,7 @@ general {
|
|||
gaps_in = 2
|
||||
gaps_out = 5
|
||||
border_size = 2
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.active_border = rgba(c794f7dd) rgba(94c4f7dd) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
layout = dwindle
|
||||
|
@ -185,17 +185,19 @@ bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
|||
# Scroll through existing workspaces with mainMod + scroll
|
||||
# bind = $mainMod, mouse_down, workspace, e+1
|
||||
# bind = $mainMod, mouse_up, workspace, e-1
|
||||
|
||||
# switch workspaces
|
||||
bind = CTRL ALT, right, workspace, e+1
|
||||
bind = CTRL ALT, left, workspace, e-1
|
||||
|
||||
# screenlock
|
||||
bind = $mainMod, L, exec, $screenlock
|
||||
|
||||
# tab workspaces
|
||||
bind = $mainMod, TAB, workspace, e+1
|
||||
|
||||
# Fullscreen mode
|
||||
bind = $mainMod, F, fullscreen
|
||||
|
||||
# Screenshoter
|
||||
bind = , Print, exec, grim -g "$(slurp)" - | wl-copy
|
||||
# notifications
|
||||
bind = $mainMod, N, exec, swaync-client -t
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"modules-left": ["custom/launcher","hyprland/workspaces","cpu","memory","tray"],
|
||||
"modules-left": ["hyprland/workspaces","cpu","memory","tray"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["clock","hyprland/language","backlight","pulseaudio","network","battery"],
|
||||
|
||||
|
|
Loading…
Reference in New Issue