Skip to content

Commit

Permalink
update unixport hyprland config
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortArrow committed Aug 28, 2024
1 parent 0683f51 commit e347854
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
1 change: 0 additions & 1 deletion unixporn/.xinitrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
exec Hyprland
sleep 1

2 changes: 2 additions & 0 deletions unixporn/.xprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DISPLAY=:0.0
sleep 1
15 changes: 9 additions & 6 deletions unixporn/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ monitor=,preferred,auto,auto
# See https://wiki.hyprland.org/Configuring/Keywords/

# Set programs that you use
$terminal = kitty
$terminal = foot
$fileManager = dolphin
$menu = rofi -show drun
#$fileManager = thunar
$menu = wofi --show drun
$browser = /usr/bin/firefox


Expand All @@ -49,11 +50,13 @@ $browser = /usr/bin/firefox
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:

exec-once = $terminal
# exec-once = nm-applet &
# exec-once = waybar & hyprpaper & firefox
exec-once = waybar
exec-once = $browser
#exec-once = waybar & hyprpaper & firefox
#exec-once = $fileManager
exec-once = nm-applet
exec-once = $menu
exec-once = $terminal
#exec-once = $browser

#############################
### ENVIRONMENT VARIABLES ###
Expand Down
8 changes: 7 additions & 1 deletion unixporn/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@ sudo pacman -Syu --noconfirm
sudo pacman -S \
gnome-keyring \
gdm wayland xorg-xwayland hyprland waybar \
hyprpaper wofi rofi cliphist brightnessctl hypridle hyprlock \
dunst pipewire wireplumber qt5-wayland qt6-wayland polkit-kde-agent \
vim neovim wezterm kitty alacritty \
thunar dolphin network-manager-applet \
vim neovim wezterm kitty alacritty foot \
firefox \
--noconfirm

# Create link xinitrc
rm -f ~/.xinitrc
ln -s /vagrant/xinitrc ~/.xinitrc

# Create link xprofile
rm -f ~/.xprofile
ln -s /vagrant/.xprofile ~/.xprofile

# Customize Hyprland configuration
mkdir -p ~/.config/hypr
rm -f ~/.config/hypr/startup.sh
Expand Down

0 comments on commit e347854

Please sign in to comment.