Fixing some i3 and rofi things

This commit is contained in:
Colin Powell
2019-12-06 12:31:38 -05:00
parent fb8ae6d15f
commit b1808a8bb0
5 changed files with 9 additions and 12 deletions

View File

@ -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 ###################################

View File

@ -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 &

View File

@ -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

2
x/.config/mimeapps.list Normal file
View File

@ -0,0 +1,2 @@
[Default Applications]
application/epub+zip=com.github.johnfactotum.Foliate

View File

@ -1,2 +1,2 @@
setxkbmap -option caps:escape &
SETXKBMAP -option caps:escape &
setxkbmap -option compose:menu &