diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-05-26 20:06:47 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-05-26 20:06:47 +0300 |
commit | ceae010375308744bfe381ee2c8126dbcfefdf88 (patch) | |
tree | 588ce5581d627dbc7ffa5e0c5aa46f464a1bd878 /X11 | |
parent | 6ed9c8a9285b4b4f2b944a4bee16bd84ca65ec52 (diff) |
Lots of visual changes and quality of life.
Dunst configured correctly.
NeoVim colorscheme configured better.
Updates to many config files.
Changes to be committed:
modified: Vencord/settings/settings.json
modified: X11/Xresources
modified: X11/xinit
new file: appimageupdate
modified: btop/btop.conf
modified: clockpower
modified: dunst/dunstrc
new file: dunst/launch.sh
modified: keybinds
modified: lock
modified: nvim/colors/hybrid.vim
new file: nvim/colors/hybrid.vim.bkup
modified: nvim/init.vim
new file: qBittorrent/ICEBERG.qbtheme
new file: qBittorrent/ayuDark.qbtheme
modified: zsh/aliases
modified: zsh/env
modified: zsh/zshrc
Diffstat (limited to 'X11')
-rw-r--r-- | X11/Xresources | 11 | ||||
-rwxr-xr-x | X11/xinit | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/X11/Xresources b/X11/Xresources index 745ed66..6a8423c 100644 --- a/X11/Xresources +++ b/X11/Xresources @@ -6,9 +6,8 @@ Xcursor.theme: SpaceKCursors *.font: "Inconsolata:pixelsize=17:antialias=true:autohint=true" ! special -*.foreground: #d9d5e6 *.background: #0a001f - +*.foreground: #d9d5e6 *.cursorColor: #d9d5e6 ! black @@ -16,8 +15,8 @@ Xcursor.theme: SpaceKCursors *.color8: #828ff9 ! red -*.color1: #7f64ba -*.color9: #7f64ba +*.color1: #6740ba +*.color9: #6740ba ! green *.color2: #828ff9 @@ -36,8 +35,8 @@ Xcursor.theme: SpaceKCursors *.color13: #ace6f0 ! cyan -*.color6: #7f64ba -*.color14: #7f64ba +*.color6: #6740ba +*.color14: #6740ba ! white *.color7: #eebea4 @@ -4,7 +4,8 @@ # ## ~/.xinitrc ## # # # -#xrandr --output HDMI-0 --mode 3840x2160 --auto -r 60 & # 120 +#xrandr --output HDMI-1-0 --mode 3840x2160 -r 120 & +#xrandr --output HDMI-0 --mode 3840x2160 -r 120 & xrandr --output HDMI-0 --mode 1920x1080 -r 240 & xrandr --output HDMI-1-0 --mode 1920x1080 -r 240 & @@ -45,6 +46,7 @@ synclient MinSpeed=1.25 MaxSpeed=2.5 # pointe synclient AccelFactor=0.025 # acceleration amixer --card 0 set 'Master' 100 & # audio volume +amixer --card 0 set 'Mic Boost' 0 & # mic boost volume amixer --card 0 set 'Capture' 39 & # capture volume sxhkd -c $HOME/.config/keybinds & # keybindings |