Compare commits
No commits in common. "dcdbcc1723c0b5fae8ed014bfb90b54ebf0ee71d" and "7761e9f517528c0d43ab25a90c1f8c773f3a91f2" have entirely different histories.
dcdbcc1723
...
7761e9f517
|
@ -1,7 +1,5 @@
|
|||
arc-gtk-theme
|
||||
arc-icon-theme
|
||||
bluez
|
||||
bluetooth-autoconnect
|
||||
bind
|
||||
chromium
|
||||
cups
|
||||
|
@ -79,7 +77,6 @@ xdotool
|
|||
xorg-server
|
||||
xorg-xev
|
||||
xorg-xinit
|
||||
xorg-xinput
|
||||
xorg-xrandr
|
||||
xsel
|
||||
yay-bin
|
||||
|
|
|
@ -126,8 +126,6 @@ bindsym Mod4+p exec playerctl play-pause
|
|||
bindsym Mod4+Right exec playerctl next
|
||||
bindsym Mod4+Left exec playerctl previous
|
||||
|
||||
# auto-connect to available and trusted bluetooth devices
|
||||
bindsym $mod+Shift+b exec --no-startup-id bluetooth-autoconnect
|
||||
##################################
|
||||
# BINDINGS FOR STANDARD OPERATIONS
|
||||
##################################
|
||||
|
|
|
@ -107,8 +107,6 @@ if [ ! -z "$INIT" ]; then
|
|||
sudo systemctl enable --now NetworkManager
|
||||
sudo systemctl enable --now systemd-timesyncd
|
||||
sudo systemctl enable --now cups
|
||||
sudo systemctl enable --now bluetooth
|
||||
sudo systemctl enable --now bluetooth-autoconnect
|
||||
# iwd will be used as a backend for NetworkManager
|
||||
sudo systemctl disable wpa_supplicant
|
||||
echo -e "* Ensure hardware clock is up to date..."
|
||||
|
@ -135,9 +133,6 @@ if [ ! -z "$INIT" ]; then
|
|||
curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox
|
||||
echo -e "* Set Firefox to be the default browser, probably overwritten by Chromium..."
|
||||
xdg-settings set default-web-browser firefox.desktop
|
||||
echo -e "* Ensure keyboard will still be in AZERTY mode when plugged/unplugged..."
|
||||
# This creates a Xorg configuration file
|
||||
sudo localectl --no-convert set-x11-keymap fr
|
||||
fi
|
||||
|
||||
if [ ! -z ${ENV} ]; then
|
||||
|
|
Loading…
Reference in New Issue