update dracual/leftwm configs
This commit is contained in:
parent
8bde8e492e
commit
923adda120
3 changed files with 5 additions and 3 deletions
2
home/private_dot_config/alacritty/dracula-pro.yml
Executable file → Normal file
2
home/private_dot_config/alacritty/dracula-pro.yml
Executable file → Normal file
|
@ -50,4 +50,4 @@ colors:
|
|||
blue: '0xaa99ff'
|
||||
magenta: '0xff99cc'
|
||||
cyan: '0x99ffee'
|
||||
white: '0xffffff'
|
||||
white: '0xffffff'
|
||||
|
|
|
@ -11,7 +11,7 @@ layouts = [
|
|||
]
|
||||
layout_mode = "Workspace"
|
||||
disable_current_tag_swap = false
|
||||
focus_behaviour = "Sloppy"
|
||||
focus_behaviour = "ClickTo"
|
||||
focus_new_windows = true
|
||||
|
||||
#####################################
|
||||
|
@ -32,7 +32,7 @@ key = "p"
|
|||
|
||||
[[keybind]]
|
||||
command = "Execute"
|
||||
value = "rofi -dmenu -input /tmp/leftwm-keymap -window-title 'Keymap' -theme ~/.config/leftwm/themes/current/rofi/keymap.rasi"
|
||||
value = "~/.config/leftwm/themes/current/rofi/keymap.sh"
|
||||
modifier = ["modkey", "Shift"]
|
||||
key = "k"
|
||||
|
||||
|
|
|
@ -98,3 +98,5 @@ cmd zip ${{
|
|||
zip -r $1.zip $1
|
||||
rm -rf $1
|
||||
}}
|
||||
|
||||
set drawbox
|
||||
|
|
Loading…
Reference in a new issue