update
This commit is contained in:
parent
8104fbe6a6
commit
3ff0f1ecb2
6
.gitignore
vendored
6
.gitignore
vendored
@ -2,3 +2,9 @@ home/default/.config/shell/zshnameddirrc
|
|||||||
home/default/.config/shell/shortcutrc
|
home/default/.config/shell/shortcutrc
|
||||||
*.log
|
*.log
|
||||||
notes.org
|
notes.org
|
||||||
|
home/default/.config/mpd/mpd.db
|
||||||
|
home/default/.config/mpd/mpd.pid
|
||||||
|
home/default/.config/mpd/sticker.sql
|
||||||
|
home/default/.config/mpd/mpd.state
|
||||||
|
home/default/.config/gtk-3.0/bookmarks
|
||||||
|
home/default/.config/zsh/.zcompdump
|
||||||
|
@ -4,7 +4,7 @@ Wants=systemd-udev-settle.service
|
|||||||
After=systemd-udev-settle.service
|
After=systemd-udev-settle.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/nice -n -20 udevmon -c /etc/interception/udevmon.yaml
|
ExecStart=/usr/bin/nice -n 20 udevmon -c /etc/interception/udevmon.yaml
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -68,7 +68,7 @@ export QT_IM_MODULE=fcitx
|
|||||||
export XMODIFIERS=@im=fcitx
|
export XMODIFIERS=@im=fcitx
|
||||||
export SDL_IM_MODULE=fcitx
|
export SDL_IM_MODULE=fcitx
|
||||||
export GLFW_IM_MODULE=ibus
|
export GLFW_IM_MODULE=ibus
|
||||||
export QT_STYLE_OVERRIDE=adwaita-dark
|
#export QT_STYLE_OVERRIDE=adwaita-dark
|
||||||
|
|
||||||
|
|
||||||
#wayland
|
#wayland
|
||||||
@ -78,6 +78,7 @@ export QT_STYLE_OVERRIDE=adwaita-dark
|
|||||||
#export XDG_CURRENT_SESSION_TYPE=wayland
|
#export XDG_CURRENT_SESSION_TYPE=wayland
|
||||||
#export GDK_BACKEND="wayland,x11"
|
#export GDK_BACKEND="wayland,x11"
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
|
export WLR_RENDERER=vulkan
|
||||||
|
|
||||||
|
|
||||||
[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ] && setsid shortcuts >/dev/null 2>&1
|
[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ] && setsid shortcuts >/dev/null 2>&1
|
||||||
|
@ -148,8 +148,8 @@ bindsym $mod+Shift+u exec grimshot save window $HOME/Pictures/Screenshots/$(date
|
|||||||
|
|
||||||
# sway config
|
# sway config
|
||||||
bindsym $mod+F1 exec em ~/.config/sway/config
|
bindsym $mod+F1 exec em ~/.config/sway/config
|
||||||
bindsym $mod+F2 exec em ~/projects/shell/dynobara/packages.txt
|
bindsym $mod+F2 exec em ~/.dotroot/packages.txt
|
||||||
bindsym $mod+F3 exec em ~/projects/shell/dynobara/instruction.org
|
bindsym $mod+F3 exec em ~/.dotroot/instructions.org
|
||||||
|
|
||||||
# browser
|
# browser
|
||||||
bindsym $mod+w exec $browser
|
bindsym $mod+w exec $browser
|
||||||
@ -177,6 +177,7 @@ bindsym $mod+e exec emacsclient -c || emacs
|
|||||||
#bindsym $mod+e exec $term -e neomutt
|
#bindsym $mod+e exec $term -e neomutt
|
||||||
|
|
||||||
# start tasks in dmenu
|
# start tasks in dmenu
|
||||||
|
bindsym $mod+Control+d exec start-tasks
|
||||||
bindsym $mod+Shift+x exec start-tasks
|
bindsym $mod+Shift+x exec start-tasks
|
||||||
|
|
||||||
# bookmarks
|
# bookmarks
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Torrent
|
Name=Torrent
|
||||||
#Exec=/usr/bin/env transadd %U
|
Exec=/usr/bin/env transadd %U
|
||||||
Exec=deluge-gtk %U
|
#Exec=deluge-gtk %U
|
||||||
|
@ -257,6 +257,19 @@ flatpak install -y com.github.tchx84.Flatseal
|
|||||||
flatpak install -y com.valvesoftware.Steam
|
flatpak install -y com.valvesoftware.Steam
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
*** rpsc3
|
||||||
|
|
||||||
|
#+BEGIN_SRC sh
|
||||||
|
sudo flatpak install -y net.rpcs3.RPCS3
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
limits.conf settings https://github.com/RPCS3/rpcs3/issues/9328
|
||||||
|
|
||||||
|
#+BEGIN_SRC sh
|
||||||
|
sudo su
|
||||||
|
printf '* hard memlock unlimited\n* soft memlock unlimited' >> /etc/security/limits.conf
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
** installing cargo
|
** installing cargo
|
||||||
https://doc.rust-lang.org/cargo/getting-started/installation.html
|
https://doc.rust-lang.org/cargo/getting-started/installation.html
|
||||||
|
|
||||||
@ -284,6 +297,17 @@ sudo dnf install *.rpm
|
|||||||
sudo dnf versionlock add kernel-0:6.0.14-300.fc37 kernel-core-0:6.0.14-300.fc37 kernel-devel-0:6.0.14-300.fc37 kernel-modules-0:6.0.14-300.fc37
|
sudo dnf versionlock add kernel-0:6.0.14-300.fc37 kernel-core-0:6.0.14-300.fc37 kernel-devel-0:6.0.14-300.fc37 kernel-modules-0:6.0.14-300.fc37
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
using sway 1.7 alongside the kernel seems to fix this (will update later if it works)
|
||||||
|
|
||||||
|
#+BEGIN_SRC sh
|
||||||
|
wget https://kojipkgs.fedoraproject.org/packages/sway/1.7/2.fc37/x86_64/sway-1.7-2.fc37.x86_64.rpm
|
||||||
|
|
||||||
|
# sway-config-upstream doesn't exist for sway 1.7-2
|
||||||
|
sudo dnf install sway-1.7-2.fc37.x86_64.rpm --allowerasing
|
||||||
|
sudo dnf versionlock sway-1.7-2.fc37
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
|
||||||
* todos
|
* todos
|
||||||
** add packages
|
** add packages
|
||||||
*** TODO add simple-mtpfs
|
*** TODO add simple-mtpfs
|
||||||
|
@ -24,6 +24,7 @@ fd-find
|
|||||||
ShellCheck
|
ShellCheck
|
||||||
tar
|
tar
|
||||||
pip
|
pip
|
||||||
|
npm
|
||||||
polkit
|
polkit
|
||||||
fontawesome-fonts
|
fontawesome-fonts
|
||||||
chafa
|
chafa
|
||||||
@ -116,3 +117,8 @@ thunderbird-wayland
|
|||||||
hugo
|
hugo
|
||||||
torbrowser-launcher
|
torbrowser-launcher
|
||||||
stow
|
stow
|
||||||
|
dolphin-emu
|
||||||
|
vulkan-validation-layers
|
||||||
|
xorg-x11-drv-amdgpu
|
||||||
|
amd-gpu-firmware
|
||||||
|
emacs
|
||||||
|
Loading…
Reference in New Issue
Block a user