Compare commits
No commits in common. "3d207b8a69c7e68455dbda702a1f280935185bda" and "475612a15ccc70aa83d7e947771f0bea3c261435" have entirely different histories.
3d207b8a69
...
475612a15c
BIN
FFM_Skyline.jpg
BIN
FFM_Skyline.jpg
Binary file not shown.
Before Width: | Height: | Size: 222 KiB |
|
@ -20,13 +20,11 @@ input {
|
|||
}
|
||||
|
||||
# Exec / Startup
|
||||
# exec-once = protonmail-bridge
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper
|
||||
exec-once = protonmail-bridge
|
||||
exec-once = nm-applet --indicator
|
||||
exec-once = blueman-applet
|
||||
exec-once = fluffychat
|
||||
exec-once = evolution -c mail
|
||||
|
||||
# General
|
||||
general {
|
||||
|
@ -89,7 +87,7 @@ dwindle {
|
|||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
# new_is_master = true
|
||||
new_is_master = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
@ -125,9 +123,7 @@ binds {
|
|||
# Keybindings
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, C, killactive,
|
||||
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, M, exit,
|
||||
bind = $mainMod, E, exec, nemo
|
||||
bind = $mainMod, R, exec, wofi --show drun
|
||||
bind = $mainMod SHIFT, P, exec, firefox --private-window # pseudo, # dwindle
|
||||
|
@ -150,7 +146,6 @@ bind = , XF86AudioMute, exec, pamixer -t
|
|||
bind = , XF86AudioMicMute, exec, pamixer --default-source -t
|
||||
bind = $mainMod, XF86AudioLowerVolume, exec, --default-source pamixer -d 4
|
||||
bind = $mainMod, XF86AudioRaiseVolume, exec, --default-source pamixer -i 4
|
||||
bind = $mainMod, N, exec, swaylock -c a0a0a0
|
||||
|
||||
# Window Management
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
|
|
|
@ -2,7 +2,6 @@ preload = /home/nick/.config/hypr/background.png
|
|||
preload = /home/nick/.config/hypr/WP2.png
|
||||
preload = /home/nick/.config/hypr/WallpaperCatCity.jpg
|
||||
preload = /home/nick/.config/hypr/RooftopSunset.jpeg
|
||||
preload = /home/nick/.config/hypr/FFM_Skyline.jpg
|
||||
wallpaper = , /home/nick/.config/hypr/FFM_Skyline.jpg
|
||||
wallpaper = , /home/nick/.config/hypr/background.png
|
||||
|
||||
splash = true
|
||||
|
|
Loading…
Reference in New Issue