diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 2a72182..110fdbd 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -41,8 +41,6 @@ set $outer 12 gaps inner $inner gaps outer $outer -# SET BACKGROUND -exec feh --bg-scale ~/var/inbox/ng_photos/`ls -Ar ~/var/inbox/ng_photos | tail -n 1` # START POLYBAR exec_always --no-startup-id ~/.config/polybar/launch.sh @@ -255,14 +253,11 @@ bindsym XF86MonBrightnessDown exec ~/.config/i3/bright.sh -d # decrease screen b bindsym XF86Search exec ~/.config/i3/bright.sh 1 # decrease screen brightness # ROFI -bindsym $mod+Tab exec rofi -show window -theme list -display-window "" -bindsym $mod+space exec rofi -show run -theme list -#bindsym $mod+Shift+d exec +bindsym $mod+space exec rofi -show combi -display-window "W" # BACKGROUND -#exec_always hsetroot -add "#c79081" -add "#dfa579" -gradient 0 -exec_always hsetroot -add "#DAD299" -add "#B0DAB9" -gradient 0 -#exec_always hsetroot -solid "#c79081" +exec_always hsetroot -add "#c79081" -add "#dfa579" -gradient 0 +exec feh --bg-scale ~/var/inbox/astrobin/`ls -Ar ~/var/inbox/astrobin | tail -n 1` ##### APP BINDS ################################### diff --git a/screenlayout/.screenlayout/keyboard-and-bg.sh b/screenlayout/.screenlayout/keyboard-and-bg.sh index e215ae9..216fa6a 100755 --- a/screenlayout/.screenlayout/keyboard-and-bg.sh +++ b/screenlayout/.screenlayout/keyboard-and-bg.sh @@ -1,4 +1,5 @@ #!/bin/bash -feh --bg-scale ~/var/inbox/ng_photos/`ls -Art ~/var/inbox/ng_photos | tail -n 1` +feh --bg-scale ~/var/inbox/astrobin/`ls -Art ~/var/inbox/astrobin | tail -n 1` +setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle setxkbmap -option caps:escape -option compose:ralt & diff --git a/screenlayout/.screenlayout/titan-three.sh b/screenlayout/.screenlayout/titan-three.sh index e48d368..8e8409d 100755 --- a/screenlayout/.screenlayout/titan-three.sh +++ b/screenlayout/.screenlayout/titan-three.sh @@ -1,4 +1,3 @@ #!/bin/sh -export DISPLAY=:0 -xrandr --output HDMI-2 --off --output HDMI-1 --mode 3840x2160 --pos 1920x0 --rotate normal --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x200 --rotate normal --output DP-2 --mode 1920x1080 --pos 5760x0 --rotate left +xrandr --output HDMI-2 --off --output HDMI-1 --mode 2560x1440 --pos 1920x192 --rotate normal --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x360 --rotate normal --output DP-2 --mode 1920x1080 --pos 4480x0 --rotate left ~/.screenlayout/keyboard-and-bg.sh diff --git a/x/.config/mimeapps.list b/x/.config/mimeapps.list new file mode 100644 index 0000000..07c08d3 --- /dev/null +++ b/x/.config/mimeapps.list @@ -0,0 +1,2 @@ +[Default Applications] +application/epub+zip=com.github.johnfactotum.Foliate diff --git a/xinitrc/.xinitrc b/x/.xinitrc similarity index 50% rename from xinitrc/.xinitrc rename to x/.xinitrc index 6632a29..58d00c6 100644 --- a/xinitrc/.xinitrc +++ b/x/.xinitrc @@ -1,2 +1,2 @@ -setxkbmap -option caps:escape & +SETXKBMAP -option caps:escape & setxkbmap -option compose:menu &