Compare commits
No commits in common. "e7c6a8ad41f49178069e8879ad2db89f25bc2237" and "292710ca8814ca74635dd63fccf3ef852d364008" have entirely different histories.
e7c6a8ad41
...
292710ca88
12 changed files with 32 additions and 118 deletions
|
|
@ -1,2 +0,0 @@
|
||||||
--enable-features=UseOzonePlatform,WaylandWindowDecorations
|
|
||||||
--ozone-platform=wayland
|
|
||||||
|
|
@ -3,18 +3,10 @@ set $term kitty
|
||||||
set $menu kickoff
|
set $menu kickoff
|
||||||
set $lock swaylock
|
set $lock swaylock
|
||||||
|
|
||||||
include ~/.config/sway/config.d/*
|
|
||||||
|
|
||||||
# scale internal display
|
# scale internal display
|
||||||
output eDP-1 scale 1.5
|
output eDP-1 scale 1.5
|
||||||
output * scale 1.25
|
output * scale 1.25
|
||||||
|
|
||||||
# notification daemon
|
|
||||||
exec mako
|
|
||||||
|
|
||||||
# polkit
|
|
||||||
exec /usr/bin/lxqt-policykit-agent
|
|
||||||
|
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
|
|
||||||
default_border pixel 2
|
default_border pixel 2
|
||||||
|
|
@ -22,7 +14,6 @@ default_floating_border pixel 2
|
||||||
gaps inner 10
|
gaps inner 10
|
||||||
gaps outer 5
|
gaps outer 5
|
||||||
|
|
||||||
# enable gnome keyring
|
|
||||||
exec dbus-update-activation-environment --all
|
exec dbus-update-activation-environment --all
|
||||||
exec eval $(gnome-keyring-daemon --start)
|
exec eval $(gnome-keyring-daemon --start)
|
||||||
exec export SSH_AUTH_SOCK
|
exec export SSH_AUTH_SOCK
|
||||||
|
|
@ -48,7 +39,6 @@ mode "$mode_exit" {
|
||||||
bindsym o exec --no-startup-id i3-msg exit, mode "default"
|
bindsym o exec --no-startup-id i3-msg exit, mode "default"
|
||||||
bindsym r exec --no-startup-id reboot, mode "default"
|
bindsym r exec --no-startup-id reboot, mode "default"
|
||||||
bindsym s exec --no-startup-id systemctl poweroff -i, mode "default"
|
bindsym s exec --no-startup-id systemctl poweroff -i, mode "default"
|
||||||
bindsym e exec swaymsg exit, mode "default"
|
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
exec 'sleep 2; nextcloud'
|
|
||||||
exec slack --ozone-platform-hint=auto
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
for_window [app_id="lxqt-policykit-agent"] floating enable
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
font=Sans
|
|
||||||
indicator-radius=240
|
|
||||||
indicator-thicknes=10
|
|
||||||
|
|
||||||
|
|
@ -44,24 +44,3 @@ do
|
||||||
fi
|
fi
|
||||||
ln -sv $file $dest
|
ln -sv $file $dest
|
||||||
done
|
done
|
||||||
|
|
||||||
files=($(find "$REPO_DIR/.config" -maxdepth 1 -type f))
|
|
||||||
for file in ${files[@]}
|
|
||||||
do
|
|
||||||
base=$(basename -- "$file")
|
|
||||||
dest="$HOME/.config/$base"
|
|
||||||
if [ -L "$dest" ];then
|
|
||||||
if [ ! -e "$dest" ];then
|
|
||||||
echo "Remove broken link: $dest"
|
|
||||||
rm "$dest$"
|
|
||||||
else
|
|
||||||
echo "Already installed: $dest"
|
|
||||||
continue
|
|
||||||
fi
|
|
||||||
elif [ -e "$dest" ]; then
|
|
||||||
echo "Already exists: $dest"
|
|
||||||
echo "Backing up..."
|
|
||||||
mv "$dest" "$BACKUP_DIR/"
|
|
||||||
fi
|
|
||||||
ln -sv "$file" "$dest"
|
|
||||||
done
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
if [ "$(tty)" = "/dev/tty1" ]
|
if [ "$(tty)" = "/dev/tty1" ]
|
||||||
|
then
|
||||||
|
if [ "$(cat /etc/hostname)" = "archXPS15" ]
|
||||||
then
|
then
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export XDG_SESSION_TYPE=wayland
|
export XDG_SESSION_TYPE=wayland
|
||||||
|
|
@ -6,3 +8,4 @@ then
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
exec sway
|
exec sway
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
#!/usr/bin/bash
|
|
||||||
|
|
||||||
grep -v "^#" pkglist | sudo pacman -S --needed -
|
|
||||||
65
pkglist
65
pkglist
|
|
@ -1,65 +0,0 @@
|
||||||
# vim: set ft=ini
|
|
||||||
sway
|
|
||||||
swayidle
|
|
||||||
swaylock
|
|
||||||
waybar
|
|
||||||
neovim
|
|
||||||
python-neovim
|
|
||||||
zsh
|
|
||||||
|
|
||||||
# notification daemon
|
|
||||||
mako
|
|
||||||
# required for mozilla to send notifications
|
|
||||||
libnotify
|
|
||||||
|
|
||||||
nextcloud-client
|
|
||||||
flatpak
|
|
||||||
|
|
||||||
# we want to run qt apps under wayland
|
|
||||||
qt5-wayland
|
|
||||||
qt6-wayland
|
|
||||||
|
|
||||||
# things needed for neovim
|
|
||||||
ripgrep
|
|
||||||
unzip
|
|
||||||
wget
|
|
||||||
tar
|
|
||||||
gzip
|
|
||||||
python-pip
|
|
||||||
nodejs
|
|
||||||
npm
|
|
||||||
fd
|
|
||||||
|
|
||||||
# screen sharing
|
|
||||||
xdg-desktop-portal
|
|
||||||
xdg-desktop-portal-wlr
|
|
||||||
|
|
||||||
# screenshots
|
|
||||||
slurp
|
|
||||||
grim
|
|
||||||
|
|
||||||
# clipboard. generally needed
|
|
||||||
wl-clipboard
|
|
||||||
|
|
||||||
# required for sway
|
|
||||||
polkit
|
|
||||||
# for graphical authentication
|
|
||||||
lxqt-policykit
|
|
||||||
|
|
||||||
# my favourite system font
|
|
||||||
noto-fonts
|
|
||||||
noto-fonts-emoji
|
|
||||||
ttf-fira-code
|
|
||||||
# required for waybar symbols
|
|
||||||
ttf-font-awesome
|
|
||||||
|
|
||||||
# create gnome keyring
|
|
||||||
seahorse
|
|
||||||
htop
|
|
||||||
|
|
||||||
keepassxc
|
|
||||||
|
|
||||||
# xwayland for x apps
|
|
||||||
xorg-xwayland
|
|
||||||
# daemon for disk control
|
|
||||||
udisks2
|
|
||||||
22
pkglist.txt
Normal file
22
pkglist.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
picom
|
||||||
|
nitrogen
|
||||||
|
i3-wm
|
||||||
|
i3lock
|
||||||
|
polybar
|
||||||
|
xautolock
|
||||||
|
i3status
|
||||||
|
dunst
|
||||||
|
sxhkd
|
||||||
|
dex
|
||||||
|
network-manager-applet
|
||||||
|
xautolock
|
||||||
|
polkit-kde-agent
|
||||||
|
acpi
|
||||||
|
arandr
|
||||||
|
autorandr
|
||||||
|
redshift
|
||||||
|
ripgrep
|
||||||
|
# provider for clipboard in nvim
|
||||||
|
xsel
|
||||||
|
# for locking the screen with loginctl
|
||||||
|
xss-lock
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
# vim: set ft=ini
|
|
||||||
ranger-git
|
|
||||||
# needs to be started with slack --ozone-platform-hint=auto
|
|
||||||
slack-desktop-wayland
|
|
||||||
logseq-desktop-bin
|
|
||||||
2
pkglist_aur.txt
Normal file
2
pkglist_aur.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
i3lock-fancy-git
|
||||||
|
ranger-git
|
||||||
Loading…
Reference in a new issue