diff --git a/Xresources b/Xresources index cd9e444..5579bcd 100644 --- a/Xresources +++ b/Xresources @@ -48,10 +48,17 @@ Xft.hintstyle: hintfull Xft.rgba: rgb Xft.dpi: 282 -!URxvt*font: xft:DejaVuSansMono:size=8:style=dzForPowerline -URxvt*font: xft:Courier New:size=8 +URxvt.perl-ext-common: default,matcher,resize-font +URxvt.iso14755: false +URxvt.iso14755_52: false + +!URxvt*font: xft:DejaVuSansMono:size=8:style=dzForPowerline +URxvt*font: xft:Courier New:size=12 +!URxvt.keysym.Alt-Up: resize-font:bigger +!URxvt.keysym.Alt-Down: resize-font:smaller +!URxvt.perl-ext: +!URxvt.perl-ext-common: -URxvt.perl-ext-common: default,matcher,font-size URxvt.urlLauncher: xdg-open URxvt.matcher.button: 1 URxvt*scrollstyle: plain diff --git a/config/i3/config b/config/i3/config index 93b3673..c9d639a 100644 --- a/config/i3/config +++ b/config/i3/config @@ -20,7 +20,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:DejaVu Sans Mono 6 +font pango:DejaVu Sans Mono 12 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -130,6 +130,17 @@ bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right +# Resizing windows +bindsym $mod+Ctrl+Shift+Up resize shrink height 10 px or 10 ppt +bindsym $mod+Ctrl+Shift+Down resize grow height 10 px or 10 ppt +bindsym $mod+Ctrl+Shift+Right resize shrink width 10 px or 10 ppt +bindsym $mod+Ctrl+Shift+Left resize grow width 10 px or 10 ppt + +bindsym $mod+Ctrl+Shift+k resize shrink height 10 px or 10 ppt +bindsym $mod+Ctrl+Shift+j resize grow height 10 px or 10 ppt +bindsym $mod+Ctrl+Shift+l resize shrink width 10 px or 10 ppt +bindsym $mod+Ctrl+Shift+h resize grow width 10 px or 10 ppt + # split in horizontal orientation bindsym $mod+b split h @@ -286,7 +297,8 @@ bar { # separator_symbol "ʃ" #separator_symbol "❰" - separator_symbol "|" + #separator_symbol "|" + separator_symbol "ǁ" strip_workspace_name no diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 2864512..e222acb 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -2,5 +2,6 @@ configuration { show-icons: true; + font: "Courier New 32"; icon-theme: "Papirus"; } diff --git a/lock.sh b/lock.sh index a41d025..7bb2752 100755 --- a/lock.sh +++ b/lock.sh @@ -1,11 +1,11 @@ #!/bin/sh BLANK='#00000000' -CLEAR='#ffffff22' -DEFAULT='#ff00ffcc' -TEXT='#ee00eeee' -WRONG='#880000bb' -VERIFYING='#bb00bbbb' +CLEAR='#ffffffbb' +DEFAULT='#ffffffbb' +TEXT='#888888bb' +WRONG='#000000bb' +VERIFYING='#444444bb' i3lock \ --insidever-color=$CLEAR \ diff --git a/vimrc b/vimrc index 92d1114..b3467b8 100644 --- a/vimrc +++ b/vimrc @@ -470,10 +470,12 @@ nnoremap :vertical topleft Git vertical resize 50 " Search file name "nnoremap :Files " Ignore ignored files => all files -nnoremap :CocCommand fzf-preview.DirectoryFiles --no-ignore-vcs +"nnoremap :CocCommand fzf-preview.DirectoryFiles --no-ignore-vcs +nnoremap :CocCommand fzf-preview.ProjectFiles " Search git file name "nnoremap :GFiles -nnoremap :CocCommand fzf-preview.DirectoryFiles +"nnoremap :CocCommand fzf-preview.DirectoryFiles +nnoremap :CocCommand fzf-preview.GitFiles " Search buffers "nnoremap :Buffers nnoremap :CocCommand fzf-preview.Buffers diff --git a/xinitrc b/xinitrc index 3df9097..87ebc88 100644 --- a/xinitrc +++ b/xinitrc @@ -49,7 +49,8 @@ $HOME/.config/manipulate_monitors.sh $MONITOR rtl setxkbmap -option caps:swapescape # Set background -feh --bg-fill ~/Downloads/atlantis-nexus-nebula-black-background-digital-render-3840x2400-3704.jpg +#feh --bg-fill ~/Downloads/atlantis-nexus-nebula-black-background-digital-render-3840x2400-3704.jpg +feh --bg-fill ~/Downloads/digital-abstract-3d-render-pattern-minimal-art-black-3840x2160-7124.jpg # Launch i3 exec i3 diff --git a/xprofile b/xprofile index dc289ba..8e7495b 100644 --- a/xprofile +++ b/xprofile @@ -1,13 +1,13 @@ xbindkeys export QT_AUTO_SCREEN_SCALE_FACTOR=1 -export GDK_SCALE=1 +export GDK_SCALE=2 +export GDK_DPI_SCALE=0.5 # Used by i3-sensible-terminal export TERMINAL=alacritty [[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources #xrandr --setprovideroutputsource modesetting NVIDIA-0 xrandr --auto -xrandr --dpi 192 #xautolock -time 5 -locker "i3lock -i $HOME/.config/i3/arch-linux-logo-binary-code-minimal.png" & xset dpms 0 300 0