Initial changes
This commit is contained in:
parent
7f6e66cf92
commit
9e89ed8681
11 changed files with 42 additions and 38 deletions
|
@ -1,5 +0,0 @@
|
||||||
# vim:ft=i3config
|
|
||||||
|
|
||||||
bar {
|
|
||||||
swaybar_command waybar
|
|
||||||
}
|
|
12
home/.config/sway/conf.d/07-exec.conf
Normal file
12
home/.config/sway/conf.d/07-exec.conf
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# vim:ft=i3config
|
||||||
|
|
||||||
|
exec_always {
|
||||||
|
gsettings set $gnome-schema gtk-theme 'Matcha-dark-azul'
|
||||||
|
gsettings set $gnome-schema icon-theme 'Papirus-Dark'
|
||||||
|
gsettings set $gnome-schema cursor-theme 'Breeze'
|
||||||
|
gsettings set $gnome-schema font-name 'Overpass 12'
|
||||||
|
gsettings set $gnome-schema document-font-name 'Overpass 12'
|
||||||
|
gsettings set $gnome-schema monospace-font-name 'Hack Nerd Font Mono 12'
|
||||||
|
|
||||||
|
systemctl --user import-environment; systemctl --user start sway-session.target
|
||||||
|
}
|
|
@ -1,28 +0,0 @@
|
||||||
# vim:ft=i3config
|
|
||||||
|
|
||||||
exec {
|
|
||||||
foot -s
|
|
||||||
$scripts/idle.sh
|
|
||||||
autotiling
|
|
||||||
redshift-gtk -m wayland
|
|
||||||
telegram-desktop
|
|
||||||
/usr/lib/kdeconnectd
|
|
||||||
kdeconnect-indicator
|
|
||||||
mako
|
|
||||||
wl-paste -t text --watch clipman store --notify 1>> ~/.log/clipman 2>&1
|
|
||||||
wl-paste -p -t text --watch clipman store -P --histpath="~/.local/share/clipman-primary.json"
|
|
||||||
mkfifo $SWAYSOCK.wob && tail -f $SWAYSOCK.wob | wob
|
|
||||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
||||||
mpDris2
|
|
||||||
swaymsg workspace 1
|
|
||||||
dbus-update-activation-environment DISPLAY
|
|
||||||
}
|
|
||||||
|
|
||||||
exec_always {
|
|
||||||
gsettings set $gnome-schema gtk-theme 'Matcha-dark-azul'
|
|
||||||
gsettings set $gnome-schema icon-theme 'Papirus-Dark'
|
|
||||||
gsettings set $gnome-schema cursor-theme 'Breeze'
|
|
||||||
gsettings set $gnome-schema font-name 'Overpass 12'
|
|
||||||
gsettings set $gnome-schema document-font-name 'Overpass 12'
|
|
||||||
gsettings set $gnome-schema monospace-font-name 'Hack Nerd Font Mono 12'
|
|
||||||
}
|
|
20
home/.config/sway/env
Executable file
20
home/.config/sway/env
Executable file
|
@ -0,0 +1,20 @@
|
||||||
|
# Firefox
|
||||||
|
MOZ_ENABLE_WAYLAND=1
|
||||||
|
MOZ_USE_XINPUT2=1
|
||||||
|
MOZ_WEBRENDER=1
|
||||||
|
|
||||||
|
# Enable xdg-desktop-portal-wlr
|
||||||
|
XDG_CURRENT_DESKTOP=sway
|
||||||
|
XDG_SESSION_TYPE=wayland
|
||||||
|
|
||||||
|
# Fix java on wayland
|
||||||
|
_JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
_JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
|
||||||
|
|
||||||
|
# Enable qt5 theming and wayland support
|
||||||
|
QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
|
QT_QPA_PLATFORM=wayland
|
||||||
|
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
|
||||||
|
# Fix redshift on wlroots
|
||||||
|
WLR_DRM_NO_ATOMIC=1
|
10
home/.config/systemd/user/foot.service
Normal file
10
home/.config/systemd/user/foot.service
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Wayland terminal emulator (server)
|
||||||
|
PartOf=graphical-session.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/foot -s
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=sway-session.target
|
|
@ -1,5 +0,0 @@
|
||||||
if cat /proc/cmdline | grep -q "video=eDP-1:d"; then
|
|
||||||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && kodi
|
|
||||||
else
|
|
||||||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && $HOME/.config/sway/scripts/run.sh > /dev/null 2>&1
|
|
||||||
fi
|
|
Loading…
Add table
Add a link
Reference in a new issue