Compare commits
36 Commits
475612a15c
...
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 | |||
| f9fd91e056 | |||
| 190ec82dfb | |||
| d79c0d00f4 | |||
| f980fa7e01 | |||
| 2445683aff | |||
| aad3d79f82 | |||
| b127200c55 | |||
| a79b113e7a | |||
| 3d207b8a69 | |||
| c817d0cd4c |
|
Before Width: | Height: | Size: 6.8 MiB |
19
arch_setup.sh
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
pacman --noconfirm -Syyu
|
||||
|
||||
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
|
||||
175
backupland.conf
@@ -1,175 +0,0 @@
|
||||
|
||||
########################################################################################
|
||||
AUTOGENERATED HYPR CONFIG.
|
||||
PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
|
||||
OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
||||
########################################################################################
|
||||
|
||||
#
|
||||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki
|
||||
#
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=,1920x1080,auto,1
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = waybar & hyprpaper # & firefox
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = de
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options = caps:swapescape
|
||||
kb_rules =
|
||||
|
||||
follow_mouse = 1
|
||||
|
||||
touchpad {
|
||||
natural_scroll = yes
|
||||
}
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
general {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
gaps_in = 5
|
||||
gaps_out = 20
|
||||
border_size = 2
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 10
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = yes
|
||||
|
||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windowsOut, 1, 7, default, popin 80%
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 6, default
|
||||
}
|
||||
|
||||
dwindle {
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = yes # you probably want this
|
||||
}
|
||||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_is_master = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = off
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
||||
device:epic-mouse-v1 {
|
||||
sensitivity = -0.5
|
||||
}
|
||||
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
# Example windowrule v2
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, nemo
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, wofi --show drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
binde=, XF86AudioRaiseVolume, exec, amixer -q sset master 5%+
|
||||
binde=, XF86AudioLowerVolume, exec, amixer -q sset master 5%-
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
|
||||
# Move focus with mainMod + vim navigation
|
||||
bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, l, movefocus, r
|
||||
bind = $mainMod, k, movefocus, u
|
||||
bind = $mainMod, j, movefocus, d
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
bind = $mainMod, 3, workspace, 3
|
||||
bind = $mainMod, 4, workspace, 4
|
||||
bind = $mainMod, 5, workspace, 5
|
||||
bind = $mainMod, 6, workspace, 6
|
||||
bind = $mainMod, 7, workspace, 7
|
||||
bind = $mainMod, 8, workspace, 8
|
||||
bind = $mainMod, 9, workspace, 9
|
||||
bind = $mainMod, 0, workspace, 10
|
||||
|
||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
||||
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
||||
bind = $mainMod SHIFT, 4, movetoworkspace, 4
|
||||
bind = $mainMod SHIFT, 5, movetoworkspace, 5
|
||||
bind = $mainMod SHIFT, 6, movetoworkspace, 6
|
||||
bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
||||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
bind = $mainMod, mouse_up, workspace, e-1
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
@@ -20,11 +20,16 @@ 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 = 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 {
|
||||
@@ -52,10 +57,10 @@ decoration {
|
||||
passes = 1
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
# drop_shadow = yes
|
||||
# shadow_range = 4
|
||||
# shadow_render_power = 3
|
||||
# col.shadow = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
# Animation
|
||||
@@ -87,13 +92,13 @@ dwindle {
|
||||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_is_master = true
|
||||
# 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
|
||||
@@ -111,8 +116,7 @@ group {
|
||||
|
||||
# Window rules
|
||||
|
||||
windowrule = float, Picture-in-Picture
|
||||
windowrule = float, ^(Firefox)$
|
||||
windowrule = float, initialTitle:Picture-in-Picture
|
||||
|
||||
|
||||
# Binds
|
||||
@@ -120,14 +124,27 @@ 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,
|
||||
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, 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
|
||||
@@ -136,6 +153,7 @@ bind = $mainMod, P, pin
|
||||
bind = $mainMod, P, movewindow, r
|
||||
bind = $mainMod, P, movewindow, u
|
||||
bind = $mainMod SHIFT, Q, exec, hyprctl dispatch exit
|
||||
binde = $mainMod, right, exec, hyprctl switchxkblayout at-translated-set-2-keyboard prev
|
||||
|
||||
# Keybindings special keys
|
||||
bind = , XF86MonBrightnessUp, exec, brightnessctl set 5%+
|
||||
@@ -146,18 +164,13 @@ 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/resting_background.jpg
|
||||
|
||||
# Window Management
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
bindm = $mainMod SHIFT, mouse:272, resizewindow
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
|
||||
# Move focus with mainMod + vim navigation
|
||||
bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, l, movefocus, r
|
||||
|
||||
@@ -1,7 +1,16 @@
|
||||
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
|
||||
wallpaper = , /home/nick/.config/hypr/background.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
|
||||
|
||||
52
pure_setup.sh
Executable file
@@ -0,0 +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
|
||||
BIN
wallpaper/FFM_Skyline.jpg
Normal file
|
After Width: | Height: | Size: 222 KiB |
|
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
|
Before Width: | Height: | Size: 5.0 MiB After Width: | Height: | Size: 5.0 MiB |
|
Before Width: | Height: | Size: 12 MiB After Width: | Height: | Size: 12 MiB |
BIN
wallpaper/XP.jpg
Normal file
|
After Width: | Height: | Size: 842 KiB |
BIN
wallpaper/autumn_catgirl.jpg
Normal file
|
After Width: | Height: | Size: 8.9 MiB |
|
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 3.0 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/evening-sky.png
Normal file
|
After Width: | Height: | Size: 4.6 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/resting_background.jpg
Normal file
|
After Width: | Height: | Size: 422 KiB |
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 |
BIN
wallpaper/train.jpg
Normal file
|
After Width: | Height: | Size: 429 KiB |
7
xdg_portal.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
sleep 1
|
||||
killall -e xdg-desktop-portal-hyprland
|
||||
killall xdg-desktop-portal
|
||||
/usr/lib/xdg-desktop-portal-hyprland &
|
||||
sleep 2
|
||||
/usr/lib/xdg-desktop-portal &
|
||||