Compare commits

...

3 Commits

Author SHA1 Message Date
Daylin Morgan 3d0073c167
command not flag for hyprman 2024-02-06 11:45:31 -06:00
Daylin Morgan 7d4f87d984
use default keys 2024-02-06 11:45:25 -06:00
Daylin Morgan b7aec57989
hyprland in flux 2024-02-06 11:44:47 -06:00
6 changed files with 16 additions and 11 deletions

View File

@ -1,6 +1,6 @@
(defvar rofi-bin "~/.config/rofi/bin")
(deflisten workspaces "hyprman --watch-workspaces")
(deflisten workspaces "hyprman workspace")
(defpoll clocktext :interval "10s" "date '+%d %b %I:%M %p'")
(defpoll bluetooth-icon :interval "5s" "bin/bluetooth.sh")

View File

@ -1,9 +1,12 @@
exec-once = ~/.config/hypr/start_eww.sh &
exec-once = hyprpaper &
exec-once = flameshot &
# exec-once = ~/.config/hypr/start_eww.sh &
# exec-once = flameshot &
exec-once = dunst -conf ~/.config/hypr/dunstrc &
exec-once = kanshi &
exec-once = udiskie &
# exec-once = udiskie &
exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
exec-once=xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
exec = kanshi &
exec = hyprpaper &
# TODO: make hyprman kill eww if necessary
exec = pkill eww & hyprman monitors &

View File

@ -61,7 +61,7 @@ gestures {
}
misc {
# disable_autoreload = true
disable_autoreload = true
disable_splash_rendering = true
force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers
}

View File

@ -7,5 +7,6 @@ preload = ~/.config/hypr/wallpapers/ai/painted-landscape/00009-2215131894.png
wallpaper = eDP-1, ~/.config/hypr/wallpapers/ai/painted-landscape/00005-4229950720.png
wallpaper = DP-5, ~/.config/hypr/wallpapers/ai/painted-landscape/00006-2215131891.png
wallpaper = DP-3, ~/.config/hypr/wallpapers/ai/painted-landscape/00009-2215131894.png
wallpaper = DP-6, ~/.config/hypr/wallpapers/ai/painted-landscape/00009-2215131894.png
splash = false

View File

@ -6,10 +6,11 @@ bind = $mainMod, P, exec, ~/.config/rofi/bin/launcher.sh
bind = $mainMod SHIFT, Q, killactive,
bind = $mainMod SHIFT, L, exec, swaylock
bind = $mainMod, m, exit,
bind = $mainMod, f, fullscreen, 0
bind = $mainMod SHIFT, f, togglefloating,
# bind = $mainMod SHIFT, R, reload
bind = $mainMod, m, exit,
bind = $mainMod SHIFT, R, exec, hyprctl reload
# Move focus with mainMod + hjkl
bind = $mainMod, h, movefocus, l

View File

@ -29,5 +29,5 @@ config.tab_bar_at_bottom = true
--config.disable_default_key_bindings = true
config.bold_brightens_ansi_colors = true
config.default_gui_startup_args = { "start", "--always-new-process" }
config.keys = keys.keys
-- config.keys = keys.keys
return config