init illogical-impulse

This commit is contained in:
end-4
2023-12-25 18:17:47 +07:00
parent 16b0d77075
commit 9b2460c12b
55 changed files with 3575 additions and 902 deletions
-18
View File
@@ -1,18 +0,0 @@
#!/bin/sh
cd ~
#export XDG_CURRENT_DESKTOP=GNOME
#export XDG_SESSION_TYPE=wayland
#export XDG_SESSION_DESKTOP=GNOME
#export EDITOR = /usr/bin/gnome-text-editor
export XMODIFIERS=@im=ibus
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
#export QT_QPA_PLATFORMTHEME=qt5ct #QT Theme (for KDE apps)
export QT_QPA_PLATFORMTHEME=qt5ct
exec Hyprland
+1869
View File
File diff suppressed because it is too large Load Diff
-10
View File
@@ -1,10 +0,0 @@
#/usr/bin/bash
cd /home/end/Videos
if ["$(pidof wf-recorder)" -ne ""]; then
notify-send "wf-recorder" "Starting recording" -a 'wf-recorder'
wf-recorder -t -f './recording_'"$(date '+%Y_%m_%_d..%H.%M')"'.mp4' --audio=alsa_output.pci-0000_08_00.6.analog-stereo.monitor
else
/usr/bin/kill --signal SIGINT wf-recorder
notify-send "wf-recorder" "Recording Stopped" -a 'wf-recorder'
fi
-10
View File
@@ -1,10 +0,0 @@
#/usr/bin/bash
cd /home/end/Videos
if [[ "$(pidof wf-recorder)" == "" ]]; then
notify-send "wf-recorder" "Starting recording" -a 'wf-recorder'
wf-recorder -f './recording_'"$(date '+%Y_%m_%_d..%H.%M')"'.mp4' -t --geometry "$(slurp)"
else
/usr/bin/kill --signal SIGINT wf-recorder
notify-send "wf-recorder" "Recording Stopped" -a 'wf-recorder'
fi
-14
View File
@@ -1,14 +0,0 @@
#!/usr/bin/bash
if [[ "$2" == "" ]]; then # basic rice switching
notify-send 'Usage: >swr [save name] [load name]'
exit
fi
mkdir -p ~/.config/__enderice/
mv ~/.config/eww ~/.config/__enderice/eww_"$1"
mv ~/.config/hypr ~/.config/__enderice/hypr_"$1"
mv ~/.config/__enderice/eww_"$2" ~/.config/eww
mv ~/.config/__enderice/hypr_"$2" ~/.config/hypr
pkill eww && eww open bar && eww open bgdecor