Compare commits

..

2 Commits

Author SHA1 Message Date
Yannick Reiß 3d207b8a69 Change default matrix client 2024-06-30 19:35:36 +02:00
Yannick Reiß c817d0cd4c Change wallpaper to FFM skyline 2024-06-30 19:33:28 +02:00
3 changed files with 10 additions and 4 deletions

BIN
FFM_Skyline.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

View File

@ -20,11 +20,13 @@ input {
} }
# Exec / Startup # Exec / Startup
# exec-once = protonmail-bridge
exec-once = waybar exec-once = waybar
exec-once = hyprpaper exec-once = hyprpaper
exec-once = protonmail-bridge
exec-once = nm-applet --indicator exec-once = nm-applet --indicator
exec-once = blueman-applet exec-once = blueman-applet
exec-once = fluffychat
exec-once = evolution -c mail
# General # General
general { general {
@ -87,7 +89,7 @@ dwindle {
master { master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_is_master = true # new_is_master = true
} }
gestures { gestures {
@ -123,7 +125,9 @@ binds {
# Keybindings # Keybindings
bind = $mainMod, Q, exec, kitty bind = $mainMod, Q, exec, kitty
bind = $mainMod, C, killactive, bind = $mainMod, C, killactive,
bind = $mainMod, M, exit, bind = $mainMod, M, exec, evolution -c mail
bind = $mainMod SHIFT, M, exec, evolution -c calendar
bind = $mainMod SHIFT, M, exec, evolution -c calendar
bind = $mainMod, E, exec, nemo bind = $mainMod, E, exec, nemo
bind = $mainMod, R, exec, wofi --show drun bind = $mainMod, R, exec, wofi --show drun
bind = $mainMod SHIFT, P, exec, firefox --private-window # pseudo, # dwindle bind = $mainMod SHIFT, P, exec, firefox --private-window # pseudo, # dwindle
@ -146,6 +150,7 @@ bind = , XF86AudioMute, exec, pamixer -t
bind = , XF86AudioMicMute, exec, pamixer --default-source -t bind = , XF86AudioMicMute, exec, pamixer --default-source -t
bind = $mainMod, XF86AudioLowerVolume, exec, --default-source pamixer -d 4 bind = $mainMod, XF86AudioLowerVolume, exec, --default-source pamixer -d 4
bind = $mainMod, XF86AudioRaiseVolume, exec, --default-source pamixer -i 4 bind = $mainMod, XF86AudioRaiseVolume, exec, --default-source pamixer -i 4
bind = $mainMod, N, exec, swaylock -c a0a0a0
# Window Management # Window Management
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow

View File

@ -2,6 +2,7 @@ preload = /home/nick/.config/hypr/background.png
preload = /home/nick/.config/hypr/WP2.png preload = /home/nick/.config/hypr/WP2.png
preload = /home/nick/.config/hypr/WallpaperCatCity.jpg preload = /home/nick/.config/hypr/WallpaperCatCity.jpg
preload = /home/nick/.config/hypr/RooftopSunset.jpeg preload = /home/nick/.config/hypr/RooftopSunset.jpeg
wallpaper = , /home/nick/.config/hypr/background.png preload = /home/nick/.config/hypr/FFM_Skyline.jpg
wallpaper = , /home/nick/.config/hypr/FFM_Skyline.jpg
splash = true splash = true