Changes for nazarick

This commit is contained in:
Marco Thomas
2020-09-26 04:10:55 +02:00
parent f72b30a52d
commit 1aaea63f04
4 changed files with 19 additions and 8 deletions

View File

@@ -144,6 +144,13 @@ bindsym $mod+Shift+8 move container to workspace number $ws8
bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10
# ============================== Monitor
set $monitor_1 "DP-3"
set $monitor_2 "DP-1"
workspace $ws1 output $monitor_1
workspace $ws10 output $monitor_2
# ============================== Design
# Remove title
new_window 1pixel
@@ -161,6 +168,8 @@ client.unfocused $termbg $termbg #ffffff $termbg $termbg
client.urgent $red $red #ffffff $red $red
client.background #ffffff
gaps inner 8
# ============================== Start
# Keyboard layout
exec setxkbmap -layout za

View File

@@ -32,6 +32,11 @@ background = ${colors.background}
wm-name = i3
wm-restack = i3
[bar/desktop]
inherit = bar/laptop
modules-right = spotify volume date
[module/i3]
type = internal/i3
pin-workspaces = true
@@ -58,6 +63,9 @@ label-focused-padding = 1
label-unfocused = "%icon%"
label-unfocused-padding = 1
label-visible = "%icon%"
label-visible-padding = 1
label-urgent = "%icon%"
label-urgent-background = ${colors.urgent}
label-urgent-padding = 1