changed walls
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 688 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.7 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 278 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 474 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.5 MiB |
@@ -21,7 +21,7 @@ source = ~/.config/hypr/conf/autostart.conf
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = nautilus -w
|
||||
$fileManager = nemo
|
||||
$menu = rofi --show drun
|
||||
|
||||
# Some default env vars.
|
||||
@@ -101,7 +101,7 @@ animations {
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 4, default, slide
|
||||
animation = workspaces, 1, 4, default
|
||||
}
|
||||
|
||||
dwindle {
|
||||
@@ -142,7 +142,7 @@ device {
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
windowrulev2 = opacity 0.85,class:^(org.gnome.Nautilus)
|
||||
windowrulev2 = opacity 0.85,class:^(nemo)
|
||||
windowrulev2 = opacity 0.90,class:^(Code)
|
||||
windowrule = opacity 0.90, ^(Spotify)$
|
||||
windowrule = opacity 0.80, ^(org.qbittorrent.qBittorrent)$
|
||||
@@ -181,8 +181,8 @@ bind = $mainMod, down, movefocus, d
|
||||
bind = $mainMod, F, fullscreen, 1
|
||||
bind = $mainMod SHIFT, F, fullscreen, 0
|
||||
bind = $mainMod CTRL, F, fakefullscreen
|
||||
bind = $mainMod, L, exec, killall hyprlock ; hyprlock
|
||||
bind = CTRL ALT, S , exec, systemctl suspend; killall hyprlock ; hyprlock
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
bind = CTRL ALT, S , exec, systemctl suspend; hyprlock
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, A, workspace, 1
|
||||
@@ -249,7 +249,7 @@ bind = CTRL ALT, M, exec, nbfc set -f 0 1 -s 100
|
||||
bind = CTRL ALT, P, exec, nbfc set -f 0 1 -a
|
||||
|
||||
# Lid Switch
|
||||
bindl=,switch:Lid Switch, exec, killall hyprlock ; hyprlock
|
||||
bindl=,switch:Lid Switch, exec, hyprlock
|
||||
|
||||
# Gamemode
|
||||
bind = WIN, F1, exec, ~/.config/hypr/gamemode.sh
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
background {
|
||||
monitor =
|
||||
path = $HOME/.config/.wallpaper/aerial.png # only png supported for now
|
||||
path = $HOME/.config/.wallpaper/lock.png # only png supported for now
|
||||
}
|
||||
|
||||
input-field {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
preload = ~/.config/.wallpaper/aerial.jpg
|
||||
preload = ~/.config/.wallpaper/wall.png
|
||||
|
||||
wallpaper = ,~/.config/.wallpaper/aerial.jpg
|
||||
wallpaper = ,~/.config/.wallpaper/wall.png
|
||||
|
||||
splash = true
|
||||
|
||||
|
||||
@@ -70,3 +70,4 @@
|
||||
.config/systemmonitorrc
|
||||
.config/user-dirs.dirs
|
||||
.config/user-dirs.locale
|
||||
.config/menus/
|
||||
|
||||
Reference in New Issue
Block a user