Remove snap packages, replace with AUR
This commit is contained in:
parent
5eb1cd3191
commit
c5e50b2633
|
@ -113,20 +113,20 @@ for_window [class="Geary"] resize set width 1250
|
||||||
for_window [class="Geary"] resize set height 1000
|
for_window [class="Geary"] resize set height 1000
|
||||||
for_window [class="Geary"] move position center
|
for_window [class="Geary"] move position center
|
||||||
|
|
||||||
exec --no-startup-id i3-msg 'exec signal-desktop'
|
#exec --no-startup-id i3-msg 'exec signal-desktop'
|
||||||
assign [class="Signal"] $ws99
|
assign [class="Signal"] $ws99
|
||||||
|
|
||||||
exec --no-startup-id i3-msg 'exec discord'
|
#exec --no-startup-id i3-msg 'exec discord'
|
||||||
assign [class="discord"] $ws99
|
assign [class="discord"] $ws99
|
||||||
|
|
||||||
exec --no-startup-id i3-msg 'exec spotify'
|
#exec --no-startup-id i3-msg 'exec spotify'
|
||||||
for_window [class="Spotify"] move to workspace number $ws94
|
for_window [class="Spotify"] move to workspace number $ws94
|
||||||
for_window [class="Spotify"] floating enable
|
for_window [class="Spotify"] floating enable
|
||||||
for_window [class="Spotify"] resize set width 1200
|
for_window [class="Spotify"] resize set width 1200
|
||||||
for_window [class="Spotify"] resize set height 850
|
for_window [class="Spotify"] resize set height 850
|
||||||
for_window [class="Spotify"] move position center
|
for_window [class="Spotify"] move position center
|
||||||
|
|
||||||
exec --no-startup-id i3-msg 'exec bitwarden'
|
#exec --no-startup-id i3-msg 'exec bitwarden'
|
||||||
for_window [class="Bitwarden"] move to workspace number $ws97
|
for_window [class="Bitwarden"] move to workspace number $ws97
|
||||||
for_window [class="Bitwarden"] floating enable
|
for_window [class="Bitwarden"] floating enable
|
||||||
for_window [class="Bitwarden"] resize set width 1000
|
for_window [class="Bitwarden"] resize set width 1000
|
||||||
|
@ -136,14 +136,15 @@ for_window [class="Bitwarden"] move position center
|
||||||
# 'xprop' and click the window to get window information output to terminal
|
# 'xprop' and click the window to get window information output to terminal
|
||||||
# Ensures browser shown on startup within ws96, but future browsers will be left alone
|
# Ensures browser shown on startup within ws96, but future browsers will be left alone
|
||||||
# Prevents i3 from moving new browsers around when not wanted
|
# Prevents i3 from moving new browsers around when not wanted
|
||||||
exec --no-startup-id i3-msg 'workspace $ws96;exec chromium'
|
exec --no-startup-id i3-msg 'workspace $ws96;exec firefox'
|
||||||
|
#for_window [class="firefox"] move to workspace number $ws96
|
||||||
|
|
||||||
# Passing -n to urxvt forces Xorg to default the WM_ICON_NAME to tmux
|
# Passing -n to urxvt forces Xorg to default the WM_ICON_NAME to tmux
|
||||||
# Only this instance of urxvt will have that WM_ICON_NAME
|
# Only this instance of urxvt will have that WM_ICON_NAME
|
||||||
# Prevents for_window from acting on new terminals
|
# Prevents for_window from acting on new terminals
|
||||||
# Passing -T to urxvt sets WM_NAME and WM_ICON_NAME, if not set in a later argument
|
# Passing -T to urxvt sets WM_NAME and WM_ICON_NAME, if not set in a later argument
|
||||||
# Use -T below to title the startup terminal and assign properties to it
|
# Use -T below to title the startup terminal and assign properties to it
|
||||||
exec --no-startup-id i3-msg 'exec urxvt -T origin -e tmux -u'
|
exec --no-startup-id i3-msg 'exec urxvt -T origin -e tmux -u -c htop'
|
||||||
for_window [title="origin"] move to workspace number $ws95
|
for_window [title="origin"] move to workspace number $ws95
|
||||||
for_window [title="origin"] floating enable
|
for_window [title="origin"] floating enable
|
||||||
for_window [title="origin"] resize set height 700
|
for_window [title="origin"] resize set height 700
|
||||||
|
@ -199,11 +200,11 @@ for_window [urgent=latest] focus
|
||||||
# Initialize display settings
|
# Initialize display settings
|
||||||
exec --no-startup-id autorandr.sh --change --default ~/.autorandr/kapp/config
|
exec --no-startup-id autorandr.sh --change --default ~/.autorandr/kapp/config
|
||||||
# Startup apps
|
# Startup apps
|
||||||
#exec --no-startup-id signal-desktop
|
exec --no-startup-id signal-desktop
|
||||||
#exec --no-startup-id discord
|
exec --no-startup-id discord
|
||||||
#exec --no-startup-id geary
|
exec --no-startup-id geary
|
||||||
#exec --no-startup-id bitwarden
|
#exec --no-startup-id bitwarden
|
||||||
#exec --no-startup-id chromium
|
#exec --no-startup-id firefox
|
||||||
# i3 default execs
|
# i3 default execs
|
||||||
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 nitrogen --restore; sleep 1; compton -b
|
exec --no-startup-id nitrogen --restore; sleep 1; compton -b
|
||||||
|
@ -383,7 +384,7 @@ bindsym $mod+Return exec terminal
|
||||||
bindsym $mod+a exec tilix -q
|
bindsym $mod+a exec tilix -q
|
||||||
|
|
||||||
# Firefox
|
# Firefox
|
||||||
bindsym $mod+F2 exec chromium
|
bindsym $mod+F2 exec firefox
|
||||||
# Start Geary email client
|
# Start Geary email client
|
||||||
bindsym $mod+F3 exec geary
|
bindsym $mod+F3 exec geary
|
||||||
# Start Discord
|
# Start Discord
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
conky-git
|
conky-git
|
||||||
i3-gaps-rounded-git
|
i3-gaps-rounded-git
|
||||||
|
signal-desktop-bin
|
||||||
|
spotify
|
||||||
|
|
|
@ -6,7 +6,9 @@ alsa-plugins
|
||||||
alsa-utils
|
alsa-utils
|
||||||
apparmor
|
apparmor
|
||||||
arandr
|
arandr
|
||||||
|
aribb24
|
||||||
artwork-i3
|
artwork-i3
|
||||||
|
asciidoc
|
||||||
autoconf
|
autoconf
|
||||||
automake
|
automake
|
||||||
avahi
|
avahi
|
||||||
|
@ -23,12 +25,12 @@ btrfs-progs
|
||||||
bzip2
|
bzip2
|
||||||
cantarell-fonts
|
cantarell-fonts
|
||||||
catimg
|
catimg
|
||||||
chromium
|
|
||||||
clang
|
clang
|
||||||
clipit
|
clipit
|
||||||
cmake
|
cmake
|
||||||
cmatrix
|
cmatrix
|
||||||
code
|
code
|
||||||
|
compton
|
||||||
coreutils
|
coreutils
|
||||||
cpupower
|
cpupower
|
||||||
crda
|
crda
|
||||||
|
@ -44,16 +46,20 @@ discord
|
||||||
dmidecode
|
dmidecode
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
dnsmasq
|
||||||
|
docbook2x
|
||||||
dosfstools
|
dosfstools
|
||||||
downgrade
|
downgrade
|
||||||
|
dunst
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
efibootmgr
|
efibootmgr
|
||||||
|
electron4
|
||||||
elinks
|
elinks
|
||||||
epdfview
|
epdfview
|
||||||
exfat-utils
|
exfat-utils
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
fakeroot
|
fakeroot
|
||||||
|
feh
|
||||||
ffmpeg
|
ffmpeg
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
figlet
|
figlet
|
||||||
|
@ -87,6 +93,7 @@ gst-plugins-good
|
||||||
gst-plugins-ugly
|
gst-plugins-ugly
|
||||||
gstreamer
|
gstreamer
|
||||||
gtksourceview-pkgbuild
|
gtksourceview-pkgbuild
|
||||||
|
gtkspell3
|
||||||
gufw
|
gufw
|
||||||
gvfs
|
gvfs
|
||||||
gvfs-afc
|
gvfs-afc
|
||||||
|
@ -98,6 +105,10 @@ haveged
|
||||||
hddtemp
|
hddtemp
|
||||||
hexchat
|
hexchat
|
||||||
htop
|
htop
|
||||||
|
i3-help
|
||||||
|
i3-scripts
|
||||||
|
i3-scrot
|
||||||
|
i3exit
|
||||||
inetutils
|
inetutils
|
||||||
intel-ucode
|
intel-ucode
|
||||||
intellij-idea-community-edition
|
intellij-idea-community-edition
|
||||||
|
@ -119,17 +130,23 @@ lib32-mesa-demos
|
||||||
lib32-mesa-vdpau
|
lib32-mesa-vdpau
|
||||||
lib32-vulkan-intel
|
lib32-vulkan-intel
|
||||||
lib32-vulkan-radeon
|
lib32-vulkan-radeon
|
||||||
|
libdvbpsi
|
||||||
libdvdcss
|
libdvdcss
|
||||||
libgpod
|
libgpod
|
||||||
|
libimagequant
|
||||||
|
libmatroska
|
||||||
|
libplacebo
|
||||||
libreoffice-still
|
libreoffice-still
|
||||||
|
libtar
|
||||||
libtool
|
libtool
|
||||||
|
libupnp
|
||||||
libva-mesa-driver
|
libva-mesa-driver
|
||||||
libva-vdpau-driver
|
libva-vdpau-driver
|
||||||
licenses
|
licenses
|
||||||
lightdm-settings
|
lightdm-settings
|
||||||
lightdm-slick-greeter
|
lightdm-slick-greeter
|
||||||
linux-firmware
|
linux-firmware
|
||||||
linux52
|
linux-latest
|
||||||
logrotate
|
logrotate
|
||||||
lsb-release
|
lsb-release
|
||||||
lvm2
|
lvm2
|
||||||
|
@ -142,6 +159,7 @@ man-db
|
||||||
man-pages
|
man-pages
|
||||||
manjaro-alsa
|
manjaro-alsa
|
||||||
manjaro-application-utility
|
manjaro-application-utility
|
||||||
|
manjaro-base-skel
|
||||||
manjaro-browser-settings
|
manjaro-browser-settings
|
||||||
manjaro-firmware
|
manjaro-firmware
|
||||||
manjaro-hello
|
manjaro-hello
|
||||||
|
@ -167,6 +185,7 @@ moc
|
||||||
modemmanager
|
modemmanager
|
||||||
morc_menu
|
morc_menu
|
||||||
mousepad
|
mousepad
|
||||||
|
mozilla-common
|
||||||
nano
|
nano
|
||||||
ncdu
|
ncdu
|
||||||
netctl
|
netctl
|
||||||
|
@ -177,6 +196,7 @@ networkmanager-openvpn
|
||||||
networkmanager-pptp
|
networkmanager-pptp
|
||||||
networkmanager-vpnc
|
networkmanager-vpnc
|
||||||
nfs-utils
|
nfs-utils
|
||||||
|
nitrogen
|
||||||
nss-mdns
|
nss-mdns
|
||||||
ntfs-3g
|
ntfs-3g
|
||||||
ntop
|
ntop
|
||||||
|
@ -189,6 +209,7 @@ p7zip
|
||||||
pacman
|
pacman
|
||||||
palemoon-bin
|
palemoon-bin
|
||||||
pamac-gtk
|
pamac-gtk
|
||||||
|
papirus-maia-icon-theme
|
||||||
patch
|
patch
|
||||||
patchutils
|
patchutils
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
@ -208,6 +229,7 @@ psmisc
|
||||||
pycharm-community-edition
|
pycharm-community-edition
|
||||||
pygtk
|
pygtk
|
||||||
pyside2
|
pyside2
|
||||||
|
python2-mutagen
|
||||||
qt5-3d
|
qt5-3d
|
||||||
qt5-charts
|
qt5-charts
|
||||||
qt5-connectivity
|
qt5-connectivity
|
||||||
|
@ -281,6 +303,7 @@ ttf-indic-otf
|
||||||
ttf-liberation
|
ttf-liberation
|
||||||
unzip
|
unzip
|
||||||
upower
|
upower
|
||||||
|
urxvt-perls
|
||||||
usbutils
|
usbutils
|
||||||
util-linux
|
util-linux
|
||||||
vertex-maia-themes
|
vertex-maia-themes
|
||||||
|
@ -299,6 +322,7 @@ wmutils
|
||||||
wpa_supplicant
|
wpa_supplicant
|
||||||
xarchiver
|
xarchiver
|
||||||
xautolock
|
xautolock
|
||||||
|
xcursor-breeze
|
||||||
xcursor-chameleon-pearl
|
xcursor-chameleon-pearl
|
||||||
xcursor-maia
|
xcursor-maia
|
||||||
xdg-su
|
xdg-su
|
||||||
|
@ -318,6 +342,7 @@ xf86-video-nouveau
|
||||||
xfburn
|
xfburn
|
||||||
xfce4-power-manager
|
xfce4-power-manager
|
||||||
xfsprogs
|
xfsprogs
|
||||||
|
xmlto
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-twm
|
xorg-twm
|
||||||
xorg-xhost
|
xorg-xhost
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
Name Version Rev Tracking Publisher Notes
|
Name Version Rev Tracking Publisher Notes
|
||||||
bitwarden 1.16.6 21 stable bitwarden* -
|
core 16-2.42.1 8039 stable canonical* core
|
||||||
core 16-2.42.1 8039 stable canonical* core
|
core18 20191030 1265 stable canonical* base
|
||||||
core18 20191030 1265 stable canonical* base
|
gnome-3-28-1804 3.28.0-16-g27c9498.27c9498 110 stable canonical* -
|
||||||
gnome-3-28-1804 3.28.0-16-g27c9498.27c9498 110 stable canonical* -
|
gtk-common-themes 0.1-25-gcc83164 1353 stable canonical* -
|
||||||
gtk-common-themes 0.1-25-gcc83164 1353 stable canonical* -
|
|
||||||
signal-desktop 1.28.0 219 stable snapcrafters -
|
|
||||||
spotify 1.1.10.546.ge08ef575-19 36 stable spotify* -
|
|
||||||
|
|
Loading…
Reference in New Issue