Add files via upload
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font pango:monospace 8
|
||||
font pango:terminus 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).
|
||||
@@ -118,10 +118,10 @@ set $ws9 "9"
|
||||
set $ws10 "10"
|
||||
|
||||
|
||||
workspace $ws1 output DVI-0
|
||||
workspace $ws2 output DVI-0
|
||||
workspace $ws3 output DVI-0
|
||||
workspace $ws4 output DVI-0
|
||||
workspace $ws1 output DVI-D-0
|
||||
workspace $ws2 output DVI-D-0
|
||||
workspace $ws3 output DVI-D-0
|
||||
workspace $ws4 output DVI-D-0
|
||||
|
||||
# switch to workspace
|
||||
bindsym Mod4+1 workspace $ws1
|
||||
@@ -187,30 +187,31 @@ bar {
|
||||
status_command i3status
|
||||
colors {
|
||||
background #000000
|
||||
statusline #06ff00
|
||||
separator #1200ff
|
||||
statusline #1eff00
|
||||
separator #ff0000
|
||||
# border backgr. text
|
||||
focused_workspace #ffba00 #555555 #ffba00
|
||||
focused_workspace #1eff00 #1eff00 #000000
|
||||
active_workspace #333333 #5f676a #ffffff
|
||||
inactive_workspace #333333 #222222 #888888
|
||||
inactive_workspace #000000 #000000 #ffffff
|
||||
urgent_workspace #2f343a #900000 #ffffff
|
||||
}
|
||||
}
|
||||
|
||||
# Two monitors
|
||||
exec xrandr --output DVI-0 --primary --left-of VGA-0
|
||||
#exec /usr/bin/xrandr --output DP-1-2 --right-of DVI-D-0 primary
|
||||
exec bash /home/slackjeff/Scripts/monitor.sh
|
||||
|
||||
for_window [class="^.*"] border pixel 2
|
||||
gaps inner 4
|
||||
gaps outer 4
|
||||
for_window [class="^.*"] border pixel 4
|
||||
#gaps inner 4
|
||||
#gaps outer 4
|
||||
|
||||
exec --no-startup-id feh --bg-scale /home/slackjeff/Pictures/wallpaper/wallpaper.jpg
|
||||
exec --no-startup-id led_devastator
|
||||
|
||||
|
||||
exec --no-startup-id nitrogen --restore
|
||||
|
||||
client.focused #555555 #fffc00 #ffffff #9600ff #9600ff
|
||||
# Background
|
||||
client.focused #ff0000 #fffc00 #ffffff #1eff00 #1eff00
|
||||
#bindsym Mod4+Shift+p exec i3lock --color=ff66cc
|
||||
|
||||
bindsym Mod4+Shift+p exec i3lock --color=00ff06
|
||||
|
Reference in New Issue
Block a user