Adds hyprfiles

This commit is contained in:
Michel 2025-01-30 17:43:59 +01:00
parent adfc0d05b0
commit 34f5ceaae5
2 changed files with 11 additions and 1 deletions

View file

@ -11,7 +11,7 @@
<property name="last-side-pane" type="string" value="ThunarShortcutsPane"/> <property name="last-side-pane" type="string" value="ThunarShortcutsPane"/>
<property name="last-location-bar" type="string" value="ThunarLocationEntry"/> <property name="last-location-bar" type="string" value="ThunarLocationEntry"/>
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_50_PERCENT"/> <property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_50_PERCENT"/>
<property name="last-details-view-column-widths" type="string" value="120,50,128,117,86,339,50,50,2709,50,50,74,50,137"/> <property name="last-details-view-column-widths" type="string" value="120,50,128,117,86,339,50,50,991,50,50,74,50,137"/>
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_DATE_MODIFIED"/> <property name="last-sort-column" type="string" value="THUNAR_COLUMN_DATE_MODIFIED"/>
<property name="last-sort-order" type="string" value="GTK_SORT_DESCENDING"/> <property name="last-sort-order" type="string" value="GTK_SORT_DESCENDING"/>
<property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_CREATED,THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE"/> <property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_CREATED,THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE"/>

View file

@ -28,6 +28,16 @@ if [ $XDG_SESSION_DESKTOP = "i3" ]; then
fi fi
if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then
echo -e "${CYAN}# Installing dependencies (for Hyprland)${NC}"
yay -S --needed waybar \
hyprlock \
swww \
hyprswitch \
nwg-dock-hyprland \
nwg-drawer
fi
echo "# Appling setup" echo "# Appling setup"
sudo ln -s ~/.config/evremap.toml /etc/evremap.toml sudo ln -s ~/.config/evremap.toml /etc/evremap.toml
systemctl enable --now evremap systemctl enable --now evremap