some changes
This commit is contained in:
parent
eb7cf07c69
commit
7f06d5efb8
|
|
@ -1,4 +1,4 @@
|
||||||
#--flag-switches-begin
|
--flag-switches-begin
|
||||||
--enable-smooth-scrolling
|
--enable-smooth-scrolling
|
||||||
--enable-accelerated-video-decode
|
--enable-accelerated-video-decode
|
||||||
--disable-font-subpixel-positioning
|
--disable-font-subpixel-positioning
|
||||||
|
|
@ -7,4 +7,5 @@
|
||||||
-–enable-gpu-rasterization
|
-–enable-gpu-rasterization
|
||||||
--enable-native-gpu-memory-buffers
|
--enable-native-gpu-memory-buffers
|
||||||
--force-device-scale-factor=2
|
--force-device-scale-factor=2
|
||||||
#--flag-switches-end
|
--enable-features=VaapiVideoDecoder
|
||||||
|
--flag-switches-end
|
||||||
|
|
|
||||||
|
|
@ -34,27 +34,27 @@ bindsym Mod1+e layout toggle split
|
||||||
bindsym $mod+Shift+c sticky toggle
|
bindsym $mod+Shift+c sticky toggle
|
||||||
|
|
||||||
# Start flavours
|
# Start flavours
|
||||||
## Base16 Gruvbox dark, soft
|
## Base16 Generated
|
||||||
# Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
|
# Author: Flavours
|
||||||
#
|
#
|
||||||
# You can use these variables anywhere in the i3 configuration file.
|
# You can use these variables anywhere in the i3 configuration file.
|
||||||
|
|
||||||
set $base00 #32302f
|
set $base00 #202633
|
||||||
set $base01 #3c3836
|
set $base01 #424752
|
||||||
set $base02 #504945
|
set $base02 #656872
|
||||||
set $base03 #665c54
|
set $base03 #878991
|
||||||
set $base04 #bdae93
|
set $base04 #a9aab0
|
||||||
set $base05 #d5c4a1
|
set $base05 #cbcacf
|
||||||
set $base06 #ebdbb2
|
set $base06 #d3d2d7
|
||||||
set $base07 #fbf1c7
|
set $base07 #dbdade
|
||||||
set $base08 #fb4934
|
set $base08 #607b96
|
||||||
set $base09 #fe8019
|
set $base09 #677b87
|
||||||
set $base0A #fabd2f
|
set $base0A #647c82
|
||||||
set $base0B #b8bb26
|
set $base0B #7d957b
|
||||||
set $base0C #8ec07c
|
set $base0C #6d7893
|
||||||
set $base0D #83a598
|
set $base0D #5e7c94
|
||||||
set $base0E #d3869b
|
set $base0E #727983
|
||||||
set $base0F #d65d0e
|
set $base0F #6d7897
|
||||||
|
|
||||||
# Basic color configuration using the Base16 variables for windows and borders.
|
# Basic color configuration using the Base16 variables for windows and borders.
|
||||||
# Property Name Border BG Text Indicator Child Border
|
# Property Name Border BG Text Indicator Child Border
|
||||||
|
|
@ -66,7 +66,7 @@ client.placeholder $base00 $base00 $base05 $base00 $base00
|
||||||
client.background $base07
|
client.background $base07
|
||||||
|
|
||||||
|
|
||||||
bindsym $mod+d exec dmenu_run -nb '#32302f' -sb '#8ec07c' -nf '#ebdbb2' -sf '#32302f' -fn 'UbuntuMono Nerd Font-20' -h '35'
|
bindsym $mod+d exec dmenu_run -nb '#202633' -sb '#6d7893' -nf '#d3d2d7' -sf '#202633' -fn 'UbuntuMono Nerd Font-20' -h '35'
|
||||||
# End flavours
|
# End flavours
|
||||||
###---Starting External Scripts---###
|
###---Starting External Scripts---###
|
||||||
|
|
||||||
|
|
@ -101,7 +101,7 @@ exec --no-startup-id unclutter
|
||||||
#exec --no-startup-id betterlockscreen -w dim
|
#exec --no-startup-id betterlockscreen -w dim
|
||||||
exec --no-startup-id ~/.fehbg
|
exec --no-startup-id ~/.fehbg
|
||||||
#Twmn Gmail notifier
|
#Twmn Gmail notifier
|
||||||
exec --no-startup-id python ~/.config/Scripts/gmail_notifier.py
|
#exec --no-startup-id python ~/.config/Scripts/gmail_notifier.py
|
||||||
#Hide polybar top&bottom
|
#Hide polybar top&bottom
|
||||||
#exec --no-startup-id hideIt.sh -N '^polybar-top_eDP-1$' -p 3 -d top -H
|
#exec --no-startup-id hideIt.sh -N '^polybar-top_eDP-1$' -p 3 -d top -H
|
||||||
#exec --no-startup-id hideIt.sh -N '^polybar-bottom_eDP-1$' -p 3 -d bottom -H
|
#exec --no-startup-id hideIt.sh -N '^polybar-bottom_eDP-1$' -p 3 -d bottom -H
|
||||||
|
|
|
||||||
|
|
@ -249,5 +249,12 @@ macos_option_as_alt no
|
||||||
# as #12af59 or "red".
|
# as #12af59 or "red".
|
||||||
macos_titlebar_color background
|
macos_titlebar_color background
|
||||||
|
|
||||||
|
# Copy to clipboard on select. With this enabled, simply selecting text with
|
||||||
|
# the mouse will cause the text to be copied to clipboard. Useful on platforms
|
||||||
|
# such as macOS/Wayland that do not have the concept of primary selections. Note
|
||||||
|
# that this is a security risk, as all programs, including websites open in your
|
||||||
|
# browser can read the contents of the clipboard.
|
||||||
|
copy_on_select yes
|
||||||
|
|
||||||
allow_remote_control yes
|
allow_remote_control yes
|
||||||
listen_on unix:@mykitty
|
listen_on unix:@mykitty
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,18 @@
|
||||||
[colors]
|
[colors]
|
||||||
background = #00000000
|
background = #00000000
|
||||||
base00 = ee32302f
|
base00 = ee202633
|
||||||
base01 = 3c3836
|
base01 = 424752
|
||||||
base02 = 504945
|
base02 = 656872
|
||||||
base03 = 665c54
|
base03 = 878991
|
||||||
base04 = bdae93
|
base04 = a9aab0
|
||||||
base05 = d5c4a1
|
base05 = cbcacf
|
||||||
base06 = ebdbb2
|
base06 = d3d2d7
|
||||||
base07 = fbf1c7
|
base07 = dbdade
|
||||||
base08 = fb4934
|
base08 = 607b96
|
||||||
base09 = fe8019
|
base09 = 677b87
|
||||||
base0A = fabd2f
|
base0A = 647c82
|
||||||
base0B = b8bb26
|
base0B = 7d957b
|
||||||
base0C = 8ec07c
|
base0C = 6d7893
|
||||||
base0D = 83a598
|
base0D = 5e7c94
|
||||||
base0E = d3869b
|
base0E = 727983
|
||||||
base0F = d65d0e
|
base0F = 6d7897
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ set preview_images true
|
||||||
# Preview images in full color with the external command "ueberzug".
|
# Preview images in full color with the external command "ueberzug".
|
||||||
# Images are shown by using a child window.
|
# Images are shown by using a child window.
|
||||||
# Only for users who run X11 in GNU/Linux.
|
# Only for users who run X11 in GNU/Linux.
|
||||||
set preview_images_method ueberzug
|
set preview_images_method kitty
|
||||||
|
|
||||||
# Delay in seconds before displaying an image with the w3m method.
|
# Delay in seconds before displaying an image with the w3m method.
|
||||||
# Increase it in case of experiencing display corruption.
|
# Increase it in case of experiencing display corruption.
|
||||||
|
|
@ -760,12 +760,25 @@ tmap <C-l> redraw_window
|
||||||
tmap <ESC> taskview_close
|
tmap <ESC> taskview_close
|
||||||
copytmap <ESC> q Q w <C-c>
|
copytmap <ESC> q Q w <C-c>
|
||||||
|
|
||||||
|
#General
|
||||||
|
map V console shell nvim%space
|
||||||
|
map cW bulkrename %s
|
||||||
|
map mkd console mkdir%space
|
||||||
|
map sc console shell ln -sT%space
|
||||||
|
map D console delete
|
||||||
|
map X shell dtrx %f
|
||||||
|
map Z shell tar -cvzf %f.tar.gz %f
|
||||||
|
map <C-f> fzf_select
|
||||||
|
map <C-l> fzf_locate
|
||||||
|
map zz fzf_fasd
|
||||||
|
map zo console fasd%space
|
||||||
|
|
||||||
#Yadm commands
|
#Yadm commands
|
||||||
map ya shell yadm add %f
|
map ya shell yadm add %f
|
||||||
|
|
||||||
#Image commands
|
#Image commands
|
||||||
map bk shell cp %f ~/.config/wall.png && feh --bg-scale %f
|
map bk shell feh --bg-scale %f && flavours generate dark %f && flavours apply generated
|
||||||
map bg shell wpg -a %f && wpg -s %f
|
map bg shell feh --bg-scale %f
|
||||||
map bt shell wpg --theme %f #&& systemctl --user restart wallpaper.service
|
map bt shell wpg --theme %f #&& systemctl --user restart wallpaper.service
|
||||||
map bc shell wal --backend colorz -i %f #&& systemctl --user restart wallpaper.service
|
map bc shell wal --backend colorz -i %f #&& systemctl --user restart wallpaper.service
|
||||||
map bw shell wal -a "90" -i %f && cp %f ~/.config/wall.png #&& ~/.config/Scripts/wal-set
|
map bw shell wal -a "90" -i %f && cp %f ~/.config/wall.png #&& ~/.config/Scripts/wal-set
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
#My aliases
|
#My aliases
|
||||||
alias openskylab="sudo openvpn ~/.openvpn/OPNsense-udp-1194.ovpn"
|
|
||||||
alias reload="source ~/.zshrc"
|
alias reload="source ~/.zshrc"
|
||||||
alias torrent="transmission-remote -n 'transmission:transmission' -a"
|
alias torrent="transmission-remote -n 'transmission:transmission' -a"
|
||||||
alias mirror="sudo reflector --protocol https --latest 50 --number 20 --sort rate --save /etc/pacman.d/mirrorlist"
|
alias mirror="sudo reflector --protocol https --latest 50 --number 20 --sort rate --save /etc/pacman.d/mirrorlist"
|
||||||
|
|
@ -11,11 +10,11 @@ alias play="ncmpcpp -S visualizer"
|
||||||
alias userkey="gpg --search-keys"
|
alias userkey="gpg --search-keys"
|
||||||
alias wspeedd="speedometer -rx wlp11s0"
|
alias wspeedd="speedometer -rx wlp11s0"
|
||||||
alias wspeedu="speedometer -tx wlp11s0"
|
alias wspeedu="speedometer -tx wlp11s0"
|
||||||
alias edis='expressvpn disconnect'
|
|
||||||
alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com'
|
alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com'
|
||||||
alias gcp='gcloud compute ssh instance-1'
|
alias gcp='gcloud compute ssh instance-1'
|
||||||
alias blist='borg list ssh://borg@alpine0.home.hartzan.com:2222/backup/xps'
|
alias blist='borg list ssh://borg@alpine0.home.hartzan.com:2222/backup/xps'
|
||||||
alias contabo='ssh hate@vmi292788.contaboserver.net'
|
alias contabo='ssh hate@vmi292788.contaboserver.net'
|
||||||
|
alias oracle='ssh hate@130.61.180.151'
|
||||||
alias yv='googler -w youtube.com --url-handler mpv $argv'
|
alias yv='googler -w youtube.com --url-handler mpv $argv'
|
||||||
alias rollback='sudo pacback --snapback'
|
alias rollback='sudo pacback --snapback'
|
||||||
alias p10kup='git -C $ZSH_CUSTOM/themes/powerlevel10k pull'
|
alias p10kup='git -C $ZSH_CUSTOM/themes/powerlevel10k pull'
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@ pywal-git
|
||||||
qt5-styleplugins
|
qt5-styleplugins
|
||||||
ranger-git
|
ranger-git
|
||||||
redshift-minimal
|
redshift-minimal
|
||||||
|
rxfetch
|
||||||
systemd-boot-pacman-hook
|
systemd-boot-pacman-hook
|
||||||
ttf-weather-icons
|
ttf-weather-icons
|
||||||
twmn-git
|
twmn-git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue