This commit is contained in:
Henrik Bakken
2021-03-23 23:08:17 +01:00
parent ce0dd67403
commit 2aaed8a5c4
8 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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"
+3
View File
@@ -0,0 +1,3 @@
options iwlwifi bt_coex_active=1
options iwlwifi disable_11ax=1
options iwlmvm power_scheme=1
View File
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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`
-3
View File
@@ -1,3 +0,0 @@
options iwlwifi bt_coex_active=true
options iwlwifi disable_11ax=true
options iwlmvm power_scheme=1