Compare commits
26 Commits
f9fd91e056
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
878789c76b | ||
|
|
026de9317f | ||
|
|
0a3f1a42f8 | ||
|
|
9c9149c1c9 | ||
|
|
fc460aecfa | ||
|
|
fa9a19d143 | ||
|
|
e1504f86cf | ||
|
|
16b46707a1 | ||
|
|
339e6450b3 | ||
| 4cc07b97f0 | |||
| adf9024a4c | |||
| ce7fa3351c | |||
| cc1550599d | |||
| 669762342b | |||
| faa6f4130a | |||
| b046655da2 | |||
| cd58c70028 | |||
| cf7537c87d | |||
| ef9da78af3 | |||
| a79003b55c | |||
| 4621898364 | |||
| 683060626e | |||
| 4cf0728c15 | |||
| 30dd023992 | |||
| 14a81ed740 | |||
| d3a9d9b86e |
@@ -2,7 +2,18 @@
|
||||
|
||||
pacman --noconfirm -Syyu
|
||||
|
||||
pacman --noconfirm -S hyprland
|
||||
pacman --noconfirm -S wofi
|
||||
pacman --noconfirm -S waybar
|
||||
pacman --noconfirm -S grim
|
||||
pacman --noconfirm -S git \
|
||||
networkmanager \
|
||||
blueman \
|
||||
hyprland \
|
||||
wofi \
|
||||
waybar \
|
||||
grim \
|
||||
swaync \
|
||||
evolution \
|
||||
nextcloud \
|
||||
firefox \
|
||||
pamixer \
|
||||
swaylock \
|
||||
hyprpaper \
|
||||
lxsession
|
||||
|
||||
4
aur_setup.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
yay --noconfirm -S hyprshot
|
||||
yay --noconfirm -S schildichat-desktop-bin
|
||||
@@ -4,7 +4,7 @@ monitor=,1920x1080,auto,1
|
||||
# Input
|
||||
$mainMod = SUPER
|
||||
input {
|
||||
kb_layout = de,ru
|
||||
kb_layout = de
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options = caps:swapescape
|
||||
@@ -29,6 +29,7 @@ exec-once = sleep 1 && schildichat-desktop
|
||||
exec-once = sleep 1 && evolution -c mail
|
||||
exec-once = sleep 2 && nextcloud
|
||||
exec-once = ~/.config/hypr/xdg_portal.sh
|
||||
exec-once = lxpolkit
|
||||
|
||||
# General
|
||||
general {
|
||||
@@ -94,10 +95,10 @@ master {
|
||||
# new_is_master = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
#gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = on
|
||||
}
|
||||
# workspace_swipe = on
|
||||
#}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
||||
@@ -115,8 +116,7 @@ group {
|
||||
|
||||
# Window rules
|
||||
|
||||
windowrule = float, Picture-in-Picture
|
||||
windowrule = float, ^(Firefox)$
|
||||
windowrule = float, initialTitle:Picture-in-Picture
|
||||
|
||||
|
||||
# Binds
|
||||
@@ -124,6 +124,13 @@ binds {
|
||||
pass_mouse_when_bound = true
|
||||
}
|
||||
|
||||
# Hyprcursor
|
||||
#env = HYPRCURSOR_THEME, "Future-Cyan-Hyprcursor_Theme"
|
||||
#env = HYPRCURSOR_SIZE,44
|
||||
#env = XCURSOR_THEME,Future-Cyan-Hyprcursor_Theme
|
||||
#env = XCURSOR_SIZE,44
|
||||
#exec-once = gsettings set org.gnome.desktop.interface cursor-theme Future-Cyan-Hyprcursor_Theme
|
||||
|
||||
# Keybindings
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, C, killactive,
|
||||
@@ -134,6 +141,10 @@ bind = $mainMod, E, exec, nemo
|
||||
bind = $mainMod, R, exec, wofi --show drun
|
||||
bind = $mainMod SHIFT, P, exec, firefox --private-window # pseudo, # dwindle
|
||||
bind = $mainMod SHIFT, F, exec, firefox
|
||||
bind = $mainMod, S, exec, hyprshot -m window -m active -z -o ~/Pictures/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
|
||||
bind = $mainMod SHIFT, S, exec, hyprshot --clipboard-only -m window -m active -z -o ~/Pictures/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
|
||||
bind = $mainMod ALT, S, exec, hyprshot -m region -z -o ~/Pictures/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
|
||||
bind = $mainMod SHIFT ALT, S, exec, hyprshot --clipboard-only -m region -z -o ~/Pictures/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
|
||||
bind = $mainMod, O, togglesplit, # dwindle
|
||||
bind = $mainMod, T, togglefloating,
|
||||
bind = $mainMod, F, fullscreen
|
||||
@@ -153,7 +164,7 @@ 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 000000 -e -i ~/.config/hypr/wallpaper/RooftopSunset.jpeg
|
||||
bind = $mainMod, N, exec, swaylock -c 000000 -e -i ~/.config/hypr/wallpaper/resting_background.jpg
|
||||
|
||||
# Window Management
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
|
||||
@@ -1,12 +1,16 @@
|
||||
preload = /home/nick/.config/hypr/wallpaper/background.png
|
||||
preload = /home/nick/.config/hypr/wallpaper/WP2.png
|
||||
preload = /home/nick/.config/hypr/wallpaper/WallpaperCatCity.jpg
|
||||
preload = /home/nick/.config/hypr/wallpaper/RooftopSunset.jpeg
|
||||
preload = /home/nick/.config/hypr/wallpaper/FFM_Skyline.jpg
|
||||
preload = /home/nick/.config/hypr/wallpaper/resting_background.jpg
|
||||
preload = /home/nick/.config/hypr/wallpaper/XP.jpg
|
||||
preload = /home/nick/.config/hypr/wallpaper/train.jpg
|
||||
preload = /home/nick/.config/hypr/wallpaper/evening-sky.png
|
||||
wallpaper = , /home/nick/.config/hypr/wallpaper/evening-sky.png
|
||||
preload = ~/.config/hypr/wallpaper/background.png
|
||||
preload = ~/.config/hypr/wallpaper/WP2.png
|
||||
preload = ~/.config/hypr/wallpaper/WallpaperCatCity.jpg
|
||||
preload = ~/.config/hypr/wallpaper/RooftopSunset.jpeg
|
||||
preload = ~/.config/hypr/wallpaper/FFM_Skyline.jpg
|
||||
preload = ~/.config/hypr/wallpaper/resting_background.jpg
|
||||
preload = ~/.config/hypr/wallpaper/XP.jpg
|
||||
preload = ~/.config/hypr/wallpaper/train.jpg
|
||||
preload = ~/.config/hypr/wallpaper/evening-sky.png
|
||||
preload = ~/.config/hypr/wallpaper/sparkle_laying.png
|
||||
preload = ~/.config/hypr/wallpaper/hoshino.png
|
||||
preload = ~/.config/hypr/wallpaper/cafe_catgirl.jpg
|
||||
preload = ~/.config/hypr/wallpaper/catgirl_with_bird_at_water.png
|
||||
wallpaper = , ~/.config/hypr/wallpaper/catgirl_with_bird_at_water.png
|
||||
|
||||
splash = true
|
||||
|
||||
@@ -1,23 +1,52 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
cd ~/.config/
|
||||
|
||||
if [ ! -d "hypr" ]; then
|
||||
git clone git@git.nickr.eu:ArchConfig/hypr
|
||||
else
|
||||
cd hypr
|
||||
git pull
|
||||
cd ..
|
||||
fi
|
||||
|
||||
if [ ! -d "waybar" ]; then
|
||||
git clone git@git.nickr.eu:ArchConfig/waybar
|
||||
else
|
||||
cd hypr
|
||||
git pull
|
||||
cd ..
|
||||
fi
|
||||
|
||||
if [ ! -d "nvim" ]; then
|
||||
git clone git@git.nickr.eu:yannickreiss/nvim
|
||||
else
|
||||
cd nvim
|
||||
git pull
|
||||
cd ..
|
||||
fi
|
||||
|
||||
if [ ! -d "wofi" ]; then
|
||||
git clone git@git.nickr.eu:ArchConfig/wofi
|
||||
else
|
||||
cd wofi
|
||||
git pull
|
||||
cd ..
|
||||
fi
|
||||
|
||||
if [ ! -d "kitty" ]; then
|
||||
git clone git@git.nickr.eu:ArchConfig/kitty
|
||||
else
|
||||
cd kitty
|
||||
git pull
|
||||
cd ..
|
||||
fi
|
||||
|
||||
if [ ! -d "evolution" ]; then
|
||||
git clone git@git.nickr.eu:ArchConfig/evolution
|
||||
else
|
||||
cd evolution
|
||||
git pull
|
||||
cd ..
|
||||
fi
|
||||
|
||||
|
Before Width: | Height: | Size: 6.8 MiB |
BIN
wallpaper/autumn_catgirl.jpg
Normal file
|
After Width: | Height: | Size: 8.9 MiB |
BIN
wallpaper/cafe_catgirl.jpg
Normal file
|
After Width: | Height: | Size: 225 KiB |
BIN
wallpaper/cat_and_catgirl.jpg
Normal file
|
After Width: | Height: | Size: 594 KiB |
BIN
wallpaper/catgirl_reading.jpg
Normal file
|
After Width: | Height: | Size: 535 KiB |
BIN
wallpaper/catgirl_with_bird_at_water.png
Normal file
|
After Width: | Height: | Size: 2.1 MiB |
BIN
wallpaper/fairy_catgirl.jpg
Normal file
|
After Width: | Height: | Size: 452 KiB |
BIN
wallpaper/hoshino.png
Normal file
|
After Width: | Height: | Size: 2.1 MiB |
BIN
wallpaper/pink_blossom_catgirl.jpg
Normal file
|
After Width: | Height: | Size: 11 MiB |
BIN
wallpaper/sketching_artist_catgirl.jpg
Normal file
|
After Width: | Height: | Size: 7.8 MiB |
BIN
wallpaper/sparkle_laying.png
Normal file
|
After Width: | Height: | Size: 12 MiB |