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