mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
x250
This commit is contained in:
parent
8b4592bb8d
commit
5967b97c4a
42
.config/compton.conf
Normal file
42
.config/compton.conf
Normal file
@ -0,0 +1,42 @@
|
||||
# basic configuration
|
||||
|
||||
backend = "glx";
|
||||
glx-no-stencil = true;
|
||||
vsync = "opengl-swc"
|
||||
|
||||
glx-swap-method = 1;
|
||||
xrender-sync-fence = true;
|
||||
mark-ovredir-focused = true;
|
||||
inactive-opacity = 0.9
|
||||
opacity = 0.9;
|
||||
# transparancy settings for i3
|
||||
opacity-rule = [
|
||||
"0:_NET_WM_STATE@:32a *=
|
||||
'_NET_WM_STATE_HIDDEN'"
|
||||
];
|
||||
|
||||
shadow-exclude = [
|
||||
"name = 'Notification'",
|
||||
"name *= 'compton'",
|
||||
"class_g = 'Firefox'",
|
||||
"class_g = 'Conky'",
|
||||
"class_g = 'Vlc'",
|
||||
"class_g = 'tor-browser-en'"
|
||||
];
|
||||
|
||||
fade-exclude = [
|
||||
"class_g = 'Firefox'",
|
||||
"class_g = 'tor-browser-en'"
|
||||
];
|
||||
|
||||
focus-exclude = [
|
||||
"class_g = 'Firefox'",
|
||||
"class_g = 'tor-browser-en'"
|
||||
];
|
||||
|
||||
opacity-exclude = [
|
||||
"class_g = 'Firefox'"
|
||||
"class_g = 'tor-browser-en'"
|
||||
"class_g = 'mpv'"
|
||||
"class_g = 'mpvfloat'"
|
||||
];
|
||||
@ -24,7 +24,7 @@
|
||||
sort = yes
|
||||
|
||||
idle_threshold = 120
|
||||
font = Monospace 14
|
||||
font = UbuntuMono Nerd Font 10
|
||||
line_height = 0
|
||||
markup = full
|
||||
|
||||
|
||||
@ -4,18 +4,18 @@
|
||||
|
||||
<alias>
|
||||
<family>serif</family>
|
||||
<prefer><family>Linux Libertine</family></prefer>
|
||||
<prefer><family>Ubuntu Nerd Font Medium</family></prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer><family>Linux Biolinum</family></prefer>
|
||||
<prefer><family>Ubuntu Nerd Font Medium</family></prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>sans</family>
|
||||
<prefer><family>Linux Biolinum</family></prefer>
|
||||
<prefer><family>Ubuntu Nerd Font Medium</family></prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<family>UbuntuiMono Nerd Font Mono</family>
|
||||
<prefer><family>Inconsolata</family></prefer>
|
||||
</alias>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[Settings]
|
||||
gtk-theme-name=Arc-Gruvbox
|
||||
gtk-icon-theme-name=Adwaita
|
||||
gtk-font-name=Sans 10
|
||||
gtk-font-name= Ubuntu Nerd Font medium 10
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_TEXT
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
|
||||
@ -60,7 +60,7 @@ exec --no-startup-id dunst
|
||||
exec --no-startup-id compton --config ~/.config/compton.conf -b
|
||||
#exec --no-startup-id xcompmgr
|
||||
# Runs the key remapping scripts
|
||||
exec --no-startup-id remaps
|
||||
#exec --no-startup-id remaps
|
||||
# Unclutter makes the mouse invisible after a brief period
|
||||
exec --no-startup-id unclutter
|
||||
# Run the script to update the mpd i3block on change.
|
||||
@ -101,7 +101,7 @@ client.urgent $darkred $darkred $black $darkred $darkred
|
||||
client.background $black
|
||||
|
||||
bar {
|
||||
font pango:UbuntuMono Nerd Font Mono 10
|
||||
font pango:Ubuntu Nerd Font 8
|
||||
colors {
|
||||
background $darkblack
|
||||
statusline $darkwhite
|
||||
|
||||
@ -15,7 +15,7 @@ nnoremap o :file &<cr>l
|
||||
map E :!$EDITOR %f<CR>
|
||||
map mkd :mkdir<space>
|
||||
map bg :!setbg %f &<CR>
|
||||
|
||||
map bs :!betterlockscreen -u ~/.config/wall.png & <CR>
|
||||
nmap <space> tj
|
||||
nmap q ZQ
|
||||
fileviewer *.html,*.css,*.py,*.c,*.h,*.sh,*.diff,*.tex,*.md highlight -O ansi %c
|
||||
|
||||
BIN
.config/wall.png
BIN
.config/wall.png
Binary file not shown.
|
Before Width: | Height: | Size: 766 KiB After Width: | Height: | Size: 797 KiB |
1
.git-credentials
Normal file
1
.git-credentials
Normal file
@ -0,0 +1 @@
|
||||
https://dr3mro%40gmail.com:Linuxer.2020@github.com
|
||||
5
.gitconfig
Normal file
5
.gitconfig
Normal file
@ -0,0 +1,5 @@
|
||||
[cola]
|
||||
spellcheck = false
|
||||
[user]
|
||||
email = dr3mro@gmail.com
|
||||
name = Dr. Amr Osman
|
||||
2
.profile
2
.profile
@ -32,4 +32,4 @@ echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc
|
||||
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 >/dev/null && exec startx
|
||||
|
||||
# Switch escape and caps if tty:
|
||||
sudo -n loadkeys ~/.scripts/ttymaps.kmap 2>/dev/null
|
||||
#sudo -n loadkeys ~/.scripts/ttymaps.kmap 2>/dev/null
|
||||
|
||||
4
.scripts/tools/lockr
Executable file
4
.scripts/tools/lockr
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
#i3lock-fancy -f Comic-Sans-MS -- scrot -z
|
||||
#i3lock-fancy -b=25x5
|
||||
betterlockscreen -l dimblur
|
||||
Loading…
x
Reference in New Issue
Block a user