diff --git a/HOME/.xprofile b/HOME/.xprofile index 98f72da..30d019c 100644 --- a/HOME/.xprofile +++ b/HOME/.xprofile @@ -2,4 +2,4 @@ export TERMINAL=st export VISUAL=nvim export EDITOR=nvim -export PAGER=bat +export PAGER="bat --style=header,rule,snip" diff --git a/xorg.conf.d/50-mouse-acceleration.conf b/etc/X11/xorg.conf.d/50-mouse-acceleration.conf similarity index 100% rename from xorg.conf.d/50-mouse-acceleration.conf rename to etc/X11/xorg.conf.d/50-mouse-acceleration.conf diff --git a/etc/modprobe.d/iwlwifi.conf b/etc/modprobe.d/iwlwifi.conf new file mode 100644 index 0000000..194e49d --- /dev/null +++ b/etc/modprobe.d/iwlwifi.conf @@ -0,0 +1,3 @@ +options iwlwifi bt_coex_active=1 +options iwlwifi disable_11ax=1 +options iwlmvm power_scheme=1 diff --git a/sshd_config b/etc/ssh/sshd_config similarity index 100% rename from sshd_config rename to etc/ssh/sshd_config diff --git a/hjalmar-droneship/i3/config b/hjalmar-droneship/i3/config index 8d63276..0388643 100644 --- a/hjalmar-droneship/i3/config +++ b/hjalmar-droneship/i3/config @@ -31,7 +31,7 @@ exec --no-startup-id start-pulseaudio-x11 exec --no-startup-id pa-applet exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 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 pamac-tray exec --no-startup-id xautolock -time 30 -locker ~/OneDrive/dotfiles/root/locker.sh diff --git a/hjalmar-mothership/i3/config b/hjalmar-mothership/i3/config index c9faaa1..20616fd 100644 --- a/hjalmar-mothership/i3/config +++ b/hjalmar-mothership/i3/config @@ -31,7 +31,7 @@ exec --no-startup-id start-pulseaudio-x11 exec --no-startup-id pa-applet exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 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 pamac-tray exec --no-startup-id xautolock -time 30 -locker ~/OneDrive/dotfiles/root/locker.sh diff --git a/manjaro.md b/manjaro.md index 8cd9cae..d35517e 100644 --- a/manjaro.md +++ b/manjaro.md @@ -32,7 +32,7 @@ * `pip install tensorboard torchtext pytorch-lightning torchvision` # 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) * 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` diff --git a/modprobe.d/iwlwifi.conf b/modprobe.d/iwlwifi.conf deleted file mode 100644 index bc9a852..0000000 --- a/modprobe.d/iwlwifi.conf +++ /dev/null @@ -1,3 +0,0 @@ -options iwlwifi bt_coex_active=true -options iwlwifi disable_11ax=true -options iwlmvm power_scheme=1