This commit is contained in:
Salim Zaidi 2023-06-25 09:25:11 +01:00
parent 7991149bd9
commit 8524f1496d
4 changed files with 25 additions and 8 deletions

View file

@ -5,14 +5,14 @@ sudo apt install nala -y
sudo nala update sudo nala update
# X Window System and Input # X Window System and Input
sudo nala install -y xorg xbacklight xbindkeys xvkbd xinput xorg-dev wmctrl sudo nala install -y xorg xbacklight xbindkeys xvkbd xinput xorg-dev
#brightnessctl #brightnessctl
# Python # Python
sudo nala install -y python3-pip sudo nala install -y python3-pip
# npm # npm
sudo nala install -y npm #sudo nala install -y npm
# Java # Java
#sudo nala install default-jdk #sudo nala install default-jdk
@ -24,7 +24,7 @@ sudo nala install -y intel-microcode
sudo nala install -y network-manager-gnome sudo nala install -y network-manager-gnome
# Appearance and Customization # Appearance and Customization
sudo nala install -y lxappearance arandr xclip sudo nala install -y lxappearance qt5ct arandr xclip
# System Utilities # System Utilities
sudo nala install -y dialog mtools dosfstools avahi-daemon acpi acpid gvfs-backends sudo nala install -y dialog mtools dosfstools avahi-daemon acpi acpid gvfs-backends
@ -70,7 +70,7 @@ sudo nala install -y sxhkd numlockx rofi dunst libnotify-bin picom dmenu polybar
sudo nala install -y unzip file-roller sudo nala install -y unzip file-roller
# Text Editors # Text Editors
sudo nala install -y geany vim mousepad sudo nala install -y vim mousepad
# Image Viewer # Image Viewer
sudo nala install -y viewnior feh sxiv ueberzug python3-pillow sudo nala install -y viewnior feh sxiv ueberzug python3-pillow
@ -79,6 +79,9 @@ sudo nala install -y viewnior feh sxiv ueberzug python3-pillow
# Media Player # Media Player
sudo nala install -y mpv sudo nala install -y mpv
# Calculator
sudo nala install -y galculator
# Document Viewer # Document Viewer
sudo nala install -y mupdf sudo nala install -y mupdf

View file

@ -57,3 +57,13 @@ for_window [class="AlacrittyFloating"] floating enable, move position center
# Open sxiv in fullscreen mode # Open sxiv in fullscreen mode
for_window [class="Sxiv"] fullscreen for_window [class="Sxiv"] fullscreen
# Open specific applications in floating mode
for_window [title="alsamixer"] floating enable border pixel 1
for_window [class="gnome-disks"] floating enable border pixel 1
for_window [class="Galculator"] floating enable border pixel 1
for_window [class="GParted"] floating enable border normal
for_window [class="Lxappearance"] floating enable sticky enable border normal
for_window [class="Pavucontrol"] floating enable
for_window [class="qt5ct"] floating enable sticky enable border normal
for_window [class="Simple-scan"] floating enable border normal

View file

@ -62,6 +62,10 @@ bindcode $mod+Shift+Mod2+80 move container to workspace 8
bindcode $mod+Shift+Mod2+81 move container to workspace 9 bindcode $mod+Shift+Mod2+81 move container to workspace 9
bindcode $mod+Shift+Mod2+90 move container to workspace 10 bindcode $mod+Shift+Mod2+90 move container to workspace 10
# workspace back and forth
workspace_auto_back_and_forth yes
bindsym $mod+b workspace back_and_forth
###################################### ######################################
# Assignments # Assignments
# bind program to workspace and focus to them on startup: # bind program to workspace and focus to them on startup:

View file

@ -1,7 +1,7 @@
super + shift + h super + shift + h
mupdf "$HOME/.config/guide.pdf" mupdf "$HOME/.config/guide.pdf"
alt + v alt + x
alacritty -e "ranger" ~/Downloads/Watch alacritty -e "ranger" ~/Downloads/Watch
alt + c alt + c
@ -10,7 +10,7 @@ alt + c
alt + t alt + t
source ~/.config/scripts/themes.sh source ~/.config/scripts/themes.sh
alt + s Print
feh -F "$HOME/Pictures/schedule.png" feh -F "$HOME/Pictures/schedule.png"
alt + b alt + b
@ -21,10 +21,10 @@ alt + y
# BG Selector # BG Selector
super + F1 F1
source ~/.config/scripts/wallpaper-single-display.sh source ~/.config/scripts/wallpaper-single-display.sh
super + F2 F2
source ~/.config/scripts/wallpaper-double-display.sh source ~/.config/scripts/wallpaper-double-display.sh
# Programs # Programs