More
This commit is contained in:
3
build.sh
3
build.sh
@@ -31,6 +31,7 @@ ESSENTIAL_PACKAGES="
|
||||
"
|
||||
|
||||
SYSTEM_TOOLS="
|
||||
man
|
||||
vim
|
||||
neovim
|
||||
nnn
|
||||
@@ -62,6 +63,8 @@ WAYLAND_ENVIRONMENT="
|
||||
wayland-utils
|
||||
xorg-xwayland
|
||||
xdg-desktop-portal-hyprland
|
||||
hyprpolkitagent
|
||||
thunar
|
||||
"
|
||||
|
||||
AUDIO_PACKAGES="
|
||||
|
||||
@@ -13,7 +13,7 @@ source = /home/ciomek/.config/hypr/monitors.conf
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = $terminal nnn
|
||||
$fileManager = thunar
|
||||
$menu = wofi --show drun --insensitive
|
||||
$browser = firefox
|
||||
$screenshot = grim -g "$(slurp -d)" - | wl-copy
|
||||
@@ -26,6 +26,7 @@ $top = $terminal btop
|
||||
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
exec-once=waybar & hyprpaper & wl-clip-persist --clipboard both & mako
|
||||
exec-once = /usr/lib/hyprpolkitagent/hyprpolkitagent
|
||||
# & mako --config=$HOME/.config/mako/config
|
||||
|
||||
|
||||
@@ -38,6 +39,7 @@ exec-once=waybar & hyprpaper & wl-clip-persist --clipboard both & mako
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
env = WEBKIT_DISABLE_DMABUF_RENDERER,1
|
||||
|
||||
###################
|
||||
### PERMISSIONS ###
|
||||
@@ -190,7 +192,7 @@ input {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
# workspace_swipe = false
|
||||
}
|
||||
|
||||
###################
|
||||
|
||||
Reference in New Issue
Block a user