..
This commit is contained in:
@@ -70,7 +70,8 @@ bindsym $mod+Return exec alacritty
|
|||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+d exec --no-startup-id rofi -show combi
|
bindsym $mod+d exec --no-startup-id rofi -show combi
|
||||||
|
bindsym $mod+Shift+d exec --no-startup-id rofi -show run
|
||||||
# A more modern dmenu replacement is rofi:
|
# A more modern dmenu replacement is rofi:
|
||||||
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
|
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
|
||||||
# There also is i3-dmenu-desktop which only displays applications shipping a
|
# There also is i3-dmenu-desktop which only displays applications shipping a
|
||||||
@@ -184,13 +185,16 @@ exec --no-startup-id feh --bg-fill ~/dotfiles/images/blaa.jpg
|
|||||||
# window border style
|
# window border style
|
||||||
default_border pixel 2
|
default_border pixel 2
|
||||||
default_floating_border pixel 0
|
default_floating_border pixel 0
|
||||||
for_window [class=".*"] border pixel 2
|
for_window [class=".*"] border pixel 1
|
||||||
|
|
||||||
# gaps between windows and screen border
|
# gaps between windows and screen border
|
||||||
gaps inner 12 px
|
gaps inner 12 px
|
||||||
|
|
||||||
# defining colors
|
# defining colors
|
||||||
set $cyan #15d7e5
|
set $cyan #15d7e5
|
||||||
|
set $magenta #e02482
|
||||||
|
set $l_magenta #fbaddd
|
||||||
|
set $d_blue #001d42
|
||||||
set $indc_focus #a0a0ff
|
set $indc_focus #a0a0ff
|
||||||
set $back_focus #ffffff
|
set $back_focus #ffffff
|
||||||
set $text_focus #000000
|
set $text_focus #000000
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ secondary = #8ABEB7
|
|||||||
alert = #A54242
|
alert = #A54242
|
||||||
disabled = #707880
|
disabled = #707880
|
||||||
magenta = #E02482
|
magenta = #E02482
|
||||||
|
cyan = #15D7E5
|
||||||
|
|
||||||
[bar/toph]
|
[bar/toph]
|
||||||
width = 100%
|
width = 100%
|
||||||
|
|||||||
Reference in New Issue
Block a user