ime
This commit is contained in:
parent
dcbd6a365b
commit
f328ef7afd
|
@ -18,15 +18,14 @@ env = GDK_BACKEND,wayland,x11,*
|
||||||
env = HYPRLAND_PER_MONITOR_WORKSPACES,1
|
env = HYPRLAND_PER_MONITOR_WORKSPACES,1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
windowrule = float,title:^(flameshot)
|
windowrule = float,title:^(flameshot)
|
||||||
windowrule = move 0 0,title:^(flameshot)
|
windowrule = move 0 0,title:^(flameshot)
|
||||||
windowrule = suppressevent fullscreen,title:^(flameshot)
|
windowrule = suppressevent fullscreen,title:^(flameshot)
|
||||||
|
|
||||||
exec-once = $HOME/.local/bin/system/start_scripts/autostart.sh
|
exec-once = $HOME/.local/bin/system/start-scripts/autostart.sh
|
||||||
exec-once = /usr/lib/xdg-desktop-portal &
|
exec-once = /usr/lib/xdg-desktop-portal &
|
||||||
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
# exec-once = ibus-daemon -rxRd
|
|
||||||
exec-once = /usr/lib/ibus/ibus-wayland
|
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
exec-once = /usr/bin/dunst $HOME/.config/dunst/dunstrc
|
exec-once = /usr/bin/dunst $HOME/.config/dunst/dunstrc
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,9 @@ set shell sh
|
||||||
# times.
|
# times.
|
||||||
set shellopts '-eu'
|
set shellopts '-eu'
|
||||||
|
|
||||||
|
# set number true
|
||||||
|
set relativenumber true
|
||||||
|
|
||||||
# set internal field separator (IFS) to "\n" for shell commands
|
# set internal field separator (IFS) to "\n" for shell commands
|
||||||
# This is useful to automatically split file names in $fs and $fx properly
|
# This is useful to automatically split file names in $fs and $fx properly
|
||||||
# since default file separator used in these variables (i.e. 'filesep' option)
|
# since default file separator used in these variables (i.e. 'filesep' option)
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
"clock": {
|
"clock": {
|
||||||
"timezone": "America/Chicago",
|
"timezone": "America/Chicago",
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
"format": "{:%m/%d/%Y - %I:%M:%S}",
|
"format": "{:%a %m/%d/%Y %I:%M:%S}",
|
||||||
"interval": 1
|
"interval": 1
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
extra=0
|
extra=0
|
||||||
if [ "$(cat /etc/hostname)" == "Kasino" ]; then
|
if [ "$(cat /etc/hostname)" == "Kasino" ]; then
|
||||||
extra=0
|
extra=0
|
||||||
|
@ -10,21 +11,22 @@ fi
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
xset s 0
|
xset s 0
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
|
xrdb -merge /home/iceyrazor/.Xresources &
|
||||||
|
|
||||||
if [ $extra == 1 ]; then
|
if [ $extra == 1 ]; then
|
||||||
xrandr --dpi 90 &
|
xrandr --dpi 90 &
|
||||||
xrandr --output Virtual-1 --mode 1920x1080
|
xrandr --output Virtual-1 --mode 1920x1080
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$WAYLAND_DISPLAY "]; then
|
if [ -z "$WAYLAND_DISPLAY" ]; then
|
||||||
xcompmgr &
|
xcompmgr &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $extra == 1 ]; then
|
# if [ $extra == 1 ]; then
|
||||||
if [ -z $(pgrep -f stbar.sh) ]; then
|
# if [ -z $(pgrep -f stbar.sh) ]; then
|
||||||
# ~/stuff/scripts/system/stbar/stbar.sh &
|
# # ~/stuff/scripts/system/stbar/stbar.sh &
|
||||||
echo hall
|
# fi
|
||||||
fi
|
# fi
|
||||||
fi
|
|
||||||
|
|
||||||
pipewire & disown
|
pipewire & disown
|
||||||
if [ -z $(pgrep wireplumber) ]; then
|
if [ -z $(pgrep wireplumber) ]; then
|
||||||
|
@ -33,7 +35,9 @@ fi
|
||||||
pipewire-pulse & disown
|
pipewire-pulse & disown
|
||||||
sleep 0.5s
|
sleep 0.5s
|
||||||
|
|
||||||
if [ "$WAYLAND_SESSION" ]; then
|
fcitx5 -d
|
||||||
|
|
||||||
|
if [ "$WAYLAND_DISPLAY" ]; then
|
||||||
waybar & disown
|
waybar & disown
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -49,6 +53,7 @@ if [ -z $(pgrep wezterm) ]; then
|
||||||
wezterm -e ~/stuff/scripts/system/task.sh &
|
wezterm -e ~/stuff/scripts/system/task.sh &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ "$(cat /etc/hostname)" == "Kasino" ]; then
|
if [ "$(cat /etc/hostname)" == "Kasino" ]; then
|
||||||
if [ -z "$(pgrep vesktop)" ]; then
|
if [ -z "$(pgrep vesktop)" ]; then
|
||||||
sleep 2s
|
sleep 2s
|
||||||
|
@ -65,3 +70,4 @@ if [ "$(cat /etc/hostname)" == "Kasino" ]; then
|
||||||
steam & disown
|
steam & disown
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ sudo="sudo"
|
||||||
echo GETTING CURRENT REQS ARCH
|
echo GETTING CURRENT REQS ARCH
|
||||||
|
|
||||||
$sudo pacman -S xorg-server libxft libxinerama pipewire-pulse pipewire-alsa pipewire-jack qpwgraph wezterm ttf-inconsolata sddm wayland hyprland waybar xdg-desktop-portal xdg-desktop-portal-hyprland xdg-desktop-portal-gtk zsh vlc v4l2loopback-dkms qt6-wayland qt5-wayland ntfs-3g gnome-keyring inetutils doas cowsay fastfetch yt-dlp ttf-jetbrains-mono ttf-jetbrains-mono-nerd noto-fonts-emoji font-manager atuin gvfs-mtp bat lxappearance cmus grim btop htop rxvt-unicode lf inetutils openrgb reflector steam rofi-wayland
|
$sudo pacman -S xorg-server libxft libxinerama pipewire-pulse pipewire-alsa pipewire-jack qpwgraph wezterm ttf-inconsolata sddm wayland hyprland waybar xdg-desktop-portal xdg-desktop-portal-hyprland xdg-desktop-portal-gtk zsh vlc v4l2loopback-dkms qt6-wayland qt5-wayland ntfs-3g gnome-keyring inetutils doas cowsay fastfetch yt-dlp ttf-jetbrains-mono ttf-jetbrains-mono-nerd noto-fonts-emoji font-manager atuin gvfs-mtp bat lxappearance cmus grim btop htop rxvt-unicode lf inetutils openrgb reflector steam rofi-wayland
|
||||||
|
$sudo pacman -S fcitx5-im fcitx5-mozc
|
||||||
|
|
||||||
# for vr
|
# for vr
|
||||||
$sudo pacman -S cli11 eigen glib2 glib2-devel nlohmann-json patch
|
$sudo pacman -S cli11 eigen glib2 glib2-devel nlohmann-json patch
|
||||||
|
|
Loading…
Reference in New Issue