feat: shared hyprpaper
This commit is contained in:
BIN
hypr/.config/hypr/assets/background.png
Normal file
BIN
hypr/.config/hypr/assets/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
@@ -17,7 +17,6 @@
|
||||
# You can split this configuration into multiple files
|
||||
# Create your files separately and then link them to this file like this:
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
source = ~/.config/rider-palette/palette.hyprland.conf
|
||||
|
||||
|
||||
################
|
||||
@@ -37,7 +36,7 @@ monitor=DP-3,1920x1080@60, 3440x1200,1
|
||||
$terminal = alacritty
|
||||
$fileManager = thunar
|
||||
$navigator = firefox
|
||||
$menu = walker
|
||||
$menu = wofi --show drun
|
||||
|
||||
|
||||
#################
|
||||
@@ -50,7 +49,6 @@ $menu = walker
|
||||
# exec-once = $terminal
|
||||
# exec-once = nm-applet &
|
||||
exec-once = waybar & hyprpaper & mako & hypridle
|
||||
exec-once = walker --gapplication-service
|
||||
|
||||
|
||||
#############################
|
||||
@@ -80,8 +78,8 @@ general {
|
||||
border_size = 1
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = $func
|
||||
col.inactive_border = $border
|
||||
col.active_border = rgba(33ccffff)
|
||||
col.inactive_border = rgba(595959ff)
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false
|
||||
@@ -194,7 +192,6 @@ bind = $mainMod, E, exec, $fileManager bind = $mainMod, N, exec, $navigator
|
||||
bind = $mainMod, V, togglefloating
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod ALT, SPACE, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, S, togglesplit, # dwindle
|
||||
bind = $mainMod, Q, exec, hyprlock
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
preload = ~/Pictures/background.png
|
||||
preload = ~/repos/dotfiles/hypr/.config/hypr/assets/background.png
|
||||
|
||||
splash = false
|
||||
|
||||
#set the default wallpaper(s) seen on initial workspace(s) --depending on the number of monitors used
|
||||
wallpaper = DP-1,~/Pictures/background.png
|
||||
wallpaper = DP-2,~/Pictures/background.png
|
||||
wallpaper = DP-3,~/Pictures/background.png
|
||||
wallpaper {
|
||||
monitor =
|
||||
path = ~/repos/dotfiles/hypr/.config/hypr/assets/background.png
|
||||
}
|
||||
|
||||
#enable splash text rendering over the wallpaper
|
||||
#splash = true
|
||||
|
||||
#fully disable ipc
|
||||
# ipc = off
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user