updated hyprland config
This commit is contained in:
@@ -22,8 +22,8 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
# Apps
|
||||
$terminal = uwsm app -- kitty
|
||||
$fileManager = uwsm app -- nautilus
|
||||
$launcher = uwsm app -- walker
|
||||
$uuctl = uwsm app -- uuctl walker -d
|
||||
$launcher = uwsm app -- sherlock
|
||||
$uuctl = uwsm app -- uuctl wofi -d
|
||||
$emote = uwsm app -- emote
|
||||
|
||||
$notcenter = uwsm app -- swaync-client -t -sw
|
||||
@@ -69,6 +69,7 @@ bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, D, exec, $launcher
|
||||
bind = $mainMod SHIFT, D, exec, $uuctl
|
||||
bind = $mainMod, PERIOD, exec, $emote
|
||||
bind = $mainMod ,F12, exec, pkill -SIGUSR2 waybar
|
||||
|
||||
# swaync Binds
|
||||
bind = $mainMod, Grave, exec, $notcenter
|
||||
@@ -82,8 +83,8 @@ bind = $mainMod CTRL, A, exec, $notcloseall
|
||||
#bind = ALT SHIFT, 4, exec, GRIMBLAST_EDITOR="satty -f" grimblast --notify edit area
|
||||
|
||||
#testing stuff
|
||||
bind = ALT SHIFT, 3, exec, GRIMBLAST_EDITOR="/home/cnachtigall/git/clone/Satty/target/debug/satty -f" grimblast --notify edit output
|
||||
bind = ALT SHIFT, 4, exec, GRIMBLAST_EDITOR="/home/cnachtigall/git/clone/Satty/target/debug/satty -f" grimblast --notify edit area
|
||||
bind = ALT SHIFT, 3, exec, GRIMBLAST_EDITOR="/home/cnachtigall/data/git/clone/Satty/target/debug/satty -f" grimblast --notify edit output
|
||||
bind = ALT SHIFT, 4, exec, GRIMBLAST_EDITOR="/home/cnachtigall/data/git/clone/Satty/target/debug/satty -f" grimblast --notify edit area
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
@@ -1,8 +1,8 @@
|
||||
# ~/.config/hypr/conf.d/50-autostart.conf
|
||||
|
||||
exec-once = swaync
|
||||
exec-once = waybar
|
||||
exec-once = uwsm app -- swaync
|
||||
exec-once = xsettingsd
|
||||
exec-once = hyprsunset -l 48.1:11.6
|
||||
exec-once = ~/.config/waybar/scripts/hyprsunset_daemon.sh
|
||||
|
||||
exec = swayosd-server
|
||||
|
||||
|
17
.config/hypr/hyprsunset.conf
Normal file
17
.config/hypr/hyprsunset.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
# Location (defaults to Berlin if unset)
|
||||
LAT=48.0955
|
||||
LON=11.4674
|
||||
|
||||
# Temps
|
||||
TEMP_DAY=6500
|
||||
TEMP_NIGHT=2500
|
||||
|
||||
# Ramps (minutes) and step size (Kelvin per step)
|
||||
RAMP_DOWN_MIN=45
|
||||
RAMP_UP_MIN=35
|
||||
STEP_K=100
|
||||
|
||||
# Fallback schedule if sunwait is missing (24h HH:MM, local time)
|
||||
FALLBACK_SUNSET=20:30
|
||||
FALLBACK_SUNRISE=06:30
|
||||
|
@@ -1,5 +1,6 @@
|
||||
# Generated by nwg-displays on 2025-07-19 at 13:37:07. Do not edit manually.
|
||||
# Generated by nwg-displays on 2025-09-13 at 17:34:43. Do not edit manually.
|
||||
|
||||
monitor=HDMI-A-1,1920x1080@60.0,0x1584,1.0
|
||||
monitor=DP-2,3440x1440@100.0,1476x144,1.0
|
||||
monitor=DP-1,2560x1440@99.95,1920x1584,1.0
|
||||
monitor = DP-1, 2560x1440@99.95, 1920x1584, 1, bitdepth, 10, cm, auto
|
||||
monitor = DP-2, 3440x1440@100.0, 1476x144, 1, bitdepth, 10, cm, auto
|
||||
monitor = HDMI-A-1, 1920x1080@60.0, 0x1584, 1
|
||||
monitor = , preferred, auto, 1
|
||||
|
Reference in New Issue
Block a user