updates
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@
|
|||||||
export TERMINAL=st
|
export TERMINAL=st
|
||||||
export VISUAL=nvim
|
export VISUAL=nvim
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export PAGER=bat
|
export PAGER="bat --style=header,rule,snip"
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
options iwlwifi bt_coex_active=1
|
||||||
|
options iwlwifi disable_11ax=1
|
||||||
|
options iwlmvm power_scheme=1
|
||||||
@@ -31,7 +31,7 @@ exec --no-startup-id start-pulseaudio-x11
|
|||||||
exec --no-startup-id pa-applet
|
exec --no-startup-id pa-applet
|
||||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id nitrogen --restore; sleep 1; picom -b
|
exec --no-startup-id nitrogen --restore
|
||||||
exec --no-startup-id xfce4-power-manager
|
exec --no-startup-id xfce4-power-manager
|
||||||
exec --no-startup-id pamac-tray
|
exec --no-startup-id pamac-tray
|
||||||
exec --no-startup-id xautolock -time 30 -locker ~/OneDrive/dotfiles/root/locker.sh
|
exec --no-startup-id xautolock -time 30 -locker ~/OneDrive/dotfiles/root/locker.sh
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ exec --no-startup-id start-pulseaudio-x11
|
|||||||
exec --no-startup-id pa-applet
|
exec --no-startup-id pa-applet
|
||||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id nitrogen --restore; sleep 1; picom -b
|
exec --no-startup-id nitrogen --restore
|
||||||
exec --no-startup-id xfce4-power-manager
|
exec --no-startup-id xfce4-power-manager
|
||||||
exec --no-startup-id pamac-tray
|
exec --no-startup-id pamac-tray
|
||||||
exec --no-startup-id xautolock -time 30 -locker ~/OneDrive/dotfiles/root/locker.sh
|
exec --no-startup-id xautolock -time 30 -locker ~/OneDrive/dotfiles/root/locker.sh
|
||||||
|
|||||||
+1
-1
@@ -32,7 +32,7 @@
|
|||||||
* `pip install tensorboard torchtext pytorch-lightning torchvision`
|
* `pip install tensorboard torchtext pytorch-lightning torchvision`
|
||||||
|
|
||||||
# settings
|
# settings
|
||||||
* bmenu for system config incl setting shell
|
* set shell to fish via `chsh`
|
||||||
* enable docker non-root daemon [link](https://docs.docker.com/engine/install/linux-postinstall)
|
* enable docker non-root daemon [link](https://docs.docker.com/engine/install/linux-postinstall)
|
||||||
* ssh enable `sudo systemctl enable --now sshd.service`
|
* ssh enable `sudo systemctl enable --now sshd.service`
|
||||||
* jupyter `openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout ~/.jupyter/mykey.key -out ~/.jupyter/mycert.pem`
|
* jupyter `openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout ~/.jupyter/mykey.key -out ~/.jupyter/mycert.pem`
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
options iwlwifi bt_coex_active=true
|
|
||||||
options iwlwifi disable_11ax=true
|
|
||||||
options iwlmvm power_scheme=1
|
|
||||||
Reference in New Issue
Block a user