Compare commits
No commits in common. "c01bda2623cbe18301ff0b23255eeb4588c243fc" and "3bb27746611a6fea4dd29751856c41dd872ee972" have entirely different histories.
c01bda2623
...
3bb2774661
5
.bashrc
5
.bashrc
@ -12,11 +12,6 @@ PS1='[\u@\h \W]\$ '
|
|||||||
alias l='ls -la'
|
alias l='ls -la'
|
||||||
alias lg='lazygit'
|
alias lg='lazygit'
|
||||||
|
|
||||||
export ELECTRON_ENABLE_OZONE=1
|
|
||||||
export OZONE_PLATFORM=wayland
|
|
||||||
export GDK_SCALE=1
|
|
||||||
export GDK_DPI_SCALE=1
|
|
||||||
|
|
||||||
# Yazi
|
# Yazi
|
||||||
function y() {
|
function y() {
|
||||||
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
||||||
|
@ -1 +0,0 @@
|
|||||||
ELECTRON_OZONE_PLATFORM_HINT=auto
|
|
7
.config/powerline-shell/config.json
Normal file
7
.config/powerline-shell/config.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# flames (flamey)
|
||||||
|
'patched': {
|
||||||
|
'lock': u'\uE0A2',
|
||||||
|
'network': u'\uE0A2',
|
||||||
|
'separator': u'\uE0C0',
|
||||||
|
'separator_thin': u'\uE0C1'
|
||||||
|
}
|
5
.local/share/applications/signal-wayland.desktop
Normal file
5
.local/share/applications/signal-wayland.desktop
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Signal (Wayland)
|
||||||
|
Exec=signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
Icon=signal-desktop
|
5
.local/share/applications/visual-studio-code.desktop
Normal file
5
.local/share/applications/visual-studio-code.desktop
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Visual-Studio-Code (Wayland)
|
||||||
|
Exec=code --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
Icon=visual-studio-code
|
18
install.bash
18
install.bash
@ -17,6 +17,10 @@ cp .local/share/applications/* ~/.local/share/applications/
|
|||||||
# uwsm needed for launching hypr on boot
|
# uwsm needed for launching hypr on boot
|
||||||
pacman -S uwsm hyprland xdg-desktop-portal-hyprland hyprpaper
|
pacman -S uwsm hyprland xdg-desktop-portal-hyprland hyprpaper
|
||||||
|
|
||||||
|
# Programs for app theming (fonts, cursor)
|
||||||
|
# RUN THESE PROGRAMS TO THEME STUFF
|
||||||
|
pacman -S nwg-look qt6ct
|
||||||
|
|
||||||
# Basic essentials
|
# Basic essentials
|
||||||
pacman -S waybar dunst libnotify wofi pipewire brightnessctl man-db man-pages
|
pacman -S waybar dunst libnotify wofi pipewire brightnessctl man-db man-pages
|
||||||
|
|
||||||
@ -25,18 +29,8 @@ pacman -S yazi ffmpeg poppler fd p7zip
|
|||||||
|
|
||||||
# Other software
|
# Other software
|
||||||
# Use amdctl for undervolting
|
# Use amdctl for undervolting
|
||||||
pacman -S btop ripgrep bat neovim nano grim slurp dust fastfetch imv wl-clipboard amdctl
|
pacman -S btop neovim nano grim slurp dust fastfetch imv wl-clipboard amdctl
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
# Delete all fonts in /usr/share/fonts
|
# Delete all fonts in /usr/share/fonts
|
||||||
pacman -S ttf-inconsolata-lgc-nerd
|
sudo pacman -S ttf-inconsolata-lgc-nerd
|
||||||
|
|
||||||
# Networking
|
|
||||||
# For connecting to eduroam install config with this script: https://cat.eduroam.org/
|
|
||||||
# wpa_supplicant is dependency of networkmanager that was not installed for some reason.
|
|
||||||
# Run networkmanager with "nmcli dev wifi connect 'ssid' password 'password'"
|
|
||||||
pacman -S networkmanager wpa_supplicant
|
|
||||||
|
|
||||||
# Fix Electron Apps Wayland scaling issue:
|
|
||||||
# If app doesn't work, add "--no-sandbox" to app in /usr/share/applications/
|
|
||||||
ln -s ~/dotfiles/.conf/environment.d ~/.config/environment.d
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user