From 7c2ee8a4c9df3a759b48dba30e5e3ecdd53efd13 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Fri, 13 Feb 2026 08:36:15 +0100 Subject: [PATCH] Bashrc --- bash/.bashrc | 20 ++++++++++++++++++++ hypridle/.config/hypr/hypridle.conf | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 bash/.bashrc diff --git a/bash/.bashrc b/bash/.bashrc new file mode 100644 index 0000000..b1273db --- /dev/null +++ b/bash/.bashrc @@ -0,0 +1,20 @@ +# Begin ~/.bashrc +# Written for Beyond Linux From Scratch +# by James Robertson + +# Personal aliases and functions. + +# Personal environment variables and startup programs should go in +# ~/.bash_profile. System wide environment variables and startup +# programs are in /etc/profile. System wide aliases and functions are +# in /etc/bashrc. + +if [ -f "/etc/bashrc" ] ; then + source /etc/bashrc +fi + +# Set up user specific i18n variables +#export LANG=_.<@modifiers> +alias mpv-yt=mpv --ytdl-format="bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]" + +# End ~/.bashrc diff --git a/hypridle/.config/hypr/hypridle.conf b/hypridle/.config/hypr/hypridle.conf index 48b4676..551720c 100644 --- a/hypridle/.config/hypr/hypridle.conf +++ b/hypridle/.config/hypr/hypridle.conf @@ -2,7 +2,7 @@ general { lock_cmd = qs ipc call lock lock before_sleep_cmd = loginctl lock-session ignore_dbus_inhibit = true - ignore_systemd_inhibit = true + ignore_systemd_inhibit = false } listener {