Skip to content

Commit

Permalink
Random stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
RealStr1ke committed Jan 31, 2025
1 parent 231a3d1 commit 38821c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions bootstrap/os/linux/config/ags/modules/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const settings = {
'org.gnome.clocks': ' Clocks',
'Waydroid': ' Waydroid',
'chat-gpt': '󰭻 ChatGPT',
'chatterino': '󰊗 Chatterino',
'flameshot': '󰹑 Flameshot',
'harmonoid': 'p Harmonoid',
'vesktop': '󰙯 Vesktop',
Expand Down
3 changes: 2 additions & 1 deletion bootstrap/os/linux/config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ monitor = ,highres,auto,1
# monitor = ,5000x0,auto,1
workspace = , special

monitor = HDMI-A-1,highres,auto,1
# monitor = HDMI-A-1,highres,auto,1
monitor = HDMI-A-1,[email protected],auto,1
# monitor = HDMI-A-1,highrr,2255x0,0.85
# monitor = HDMI-A-1,1920x1080,auto,1,mirror,eDP-1
# monitor = HDMI-A-1,[email protected],auto,1,mirror,eDP-2
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/os/linux/config/waypaper/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
language = en
folder = ~/.dotfiles/bootstrap/os/common/wallpapers/collection
monitors = All
wallpaper = ~/.dotfiles/bootstrap/os/common/wallpapers/collection/reddit/CSP4y3gv1UbZded2kff_0dmH3BJ-Kx2fDZAdQeizkaQ.jpg
wallpaper = ~/.dotfiles/bootstrap/os/common/wallpapers/collection/random/night-sky-moon-forest-scenery-background-digital-art-4k-wallpaper-uhdpaper.com-935@0@f.jpg
backend = swww
fill = stretch
sort = name
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/os/linux/shell/fish/settings/aliases.fish
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ alias ctb="clear;tb"
alias clh="cd;clear"

# Reset shell
alias rst="reset;pfetch"
alias rsh="reset;cd;pfetch"
alias rst="reset;echo;pfetch"
alias rsh="reset;echo;cd;pfetch"

# Decimal 2 Hexadecimal
# alias dec2hex="od -v -t x1"
Expand Down

0 comments on commit 38821c1

Please sign in to comment.