mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 15:23:11 +02:00
chore: organize scripts folder
This commit is contained in:
parent
0b9503695a
commit
2b62e60ee1
@ -270,11 +270,11 @@ fi
|
|||||||
cd ~/linux-configuration
|
cd ~/linux-configuration
|
||||||
sudo hosts/install.sh
|
sudo hosts/install.sh
|
||||||
i3-configuration/install.sh
|
i3-configuration/install.sh
|
||||||
scripts/install_pacman_wrapper.sh
|
scripts/digital_wellbeing/pacman/install_pacman_wrapper.sh
|
||||||
scripts/nvidia_troubleshoot.sh
|
scripts/fixes/nvidia_troubleshoot.sh
|
||||||
sudo scripts/setup_activitywatch.sh
|
sudo scripts/features/setup_activitywatch.sh
|
||||||
sudo scripts/setup_media_organizer.sh
|
sudo scripts/utils/setup_media_organizer.sh
|
||||||
sudo scripts/setup_pc_startup_monitor.sh
|
sudo scripts/digital_wellbeing/setup_pc_startup_monitor.sh
|
||||||
yes | sudo scripts/setup_periodic_system.sh
|
yes | sudo scripts/setup_periodic_system.sh
|
||||||
sudo scripts/setup_thorium_startup.sh
|
sudo scripts/setup_thorium_startup.sh
|
||||||
yes | protonup
|
yes | protonup
|
||||||
@ -285,4 +285,4 @@ yes | sudo pacman -Syuu
|
|||||||
#gh repo clone EpicGames/UnrealEngine -- -b release --single-branch
|
#gh repo clone EpicGames/UnrealEngine -- -b release --single-branch
|
||||||
#makepkg -s --nocheck --skipchecksums --skipinteg --skippgpcheck --noconfirm --needed
|
#makepkg -s --nocheck --skipchecksums --skipinteg --skippgpcheck --noconfirm --needed
|
||||||
|
|
||||||
scripts/setup_passwordless_system.sh
|
scripts/utils/setup_passwordless_system.sh
|
||||||
|
|||||||
@ -35,7 +35,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
|||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
|
|
||||||
# Keep screen awake and unlocked; also treat controller input as activity
|
# Keep screen awake and unlocked; also treat controller input as activity
|
||||||
exec --no-startup-id bash /home/kuhy/linux-configuration/scripts/turn_off_auto_idle_screen_shutdown.sh --watch-controller
|
exec --no-startup-id bash /home/kuchy/linux-configuration/scripts/utils/turn_off_auto_idle_screen_shutdown.sh --watch-controller
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
set $refresh_i3status killall -SIGUSR1 i3status
|
||||||
@ -45,7 +45,7 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ to
|
|||||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||||
|
|
||||||
# Add a key binding to toggle the microphone
|
# Add a key binding to toggle the microphone
|
||||||
bindsym $mod+m exec --no-startup-id /home/kuchy/i3-configuration/scripts/toggle_mic.sh
|
bindsym $mod+m exec --no-startup-id /home/kuchy/linux-configuration/scripts/utils/toggle_mic.sh
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|||||||
@ -58,8 +58,8 @@ SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
|
|||||||
CONFIG_DIR="$(dirname "$SCRIPT_DIR")"
|
CONFIG_DIR="$(dirname "$SCRIPT_DIR")"
|
||||||
|
|
||||||
# Define paths
|
# Define paths
|
||||||
PACMAN_WRAPPER_SCRIPT="$CONFIG_DIR/scripts/pacman_wrapper.sh"
|
PACMAN_WRAPPER_SCRIPT="$CONFIG_DIR/scripts/digital_wellbeing/pacman/pacman_wrapper.sh"
|
||||||
PACMAN_WRAPPER_INSTALL="$CONFIG_DIR/scripts/install_pacman_wrapper.sh"
|
PACMAN_WRAPPER_INSTALL="$CONFIG_DIR/scripts/digital_wellbeing/pacman/install_pacman_wrapper.sh"
|
||||||
HOSTS_INSTALL_SCRIPT="$CONFIG_DIR/hosts/install.sh"
|
HOSTS_INSTALL_SCRIPT="$CONFIG_DIR/hosts/install.sh"
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user