redid theming system to utilize stylix, purging unused module files next
This commit is contained in:
@@ -3,11 +3,12 @@ autogenerated = 0 # remove this line to remove the warning
|
||||
source=~/.config/hypr/rose-pine.conf
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor = HDMI-A-1, 3840x2160@60, 0x0, 1.5
|
||||
#monitor = HDMI-A-1, disable
|
||||
#monitor = HDMI-A-1, 3840x2160@60, 0x0, 1.5
|
||||
monitor = HDMI-A-1, disable
|
||||
#monitor = sunshine, highres@highrr, 0x0, 1
|
||||
monitor = DP-1, highres@highrr, 0x0, 1
|
||||
#monitor = DP-1, highres@highrr, 0x0, 1, bitdepth, 10, cm, hdr, sdrsaturation, 1, sdrbrightness, 1
|
||||
exec-once = hyprctl dispatch workspace 1
|
||||
exec-once = swaybg -i ~/NixOS-Configs/Wallpaper/sDpJ0mPGhn4FnbWOsOI4HoiYUvnyKjJck4RJnPZo-3609584059.jpg
|
||||
#exec-once = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427
|
||||
exec-once = hyprlock
|
||||
# exec-once = waybar
|
||||
@@ -24,8 +25,8 @@ exec-once = sunshine
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = cosmic-files
|
||||
$menu = rofi -config ~/.config/rofi/apps.rasi -show drun
|
||||
$fileManager = thunar
|
||||
$menu = rofi -show drun
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
@@ -190,3 +191,7 @@ bind = $mainMod, mouse_up, workspace, e-1
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
# Screen Recording
|
||||
bind = , code:76, exec, killall -SIGUSR1 gpu-screen-recorder
|
||||
bind = , code:75, exec, killall -SIGINT gpu-screen-recorder
|
||||
|
||||
Reference in New Issue
Block a user