Fixing some i3 and rofi things
This commit is contained in:
@ -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 ###################################
|
||||
|
||||
|
||||
@ -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 &
|
||||
|
||||
|
||||
@ -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
2
x/.config/mimeapps.list
Normal file
@ -0,0 +1,2 @@
|
||||
[Default Applications]
|
||||
application/epub+zip=com.github.johnfactotum.Foliate
|
||||
@ -1,2 +1,2 @@
|
||||
setxkbmap -option caps:escape &
|
||||
SETXKBMAP -option caps:escape &
|
||||
setxkbmap -option compose:menu &
|
||||
Reference in New Issue
Block a user