Kitty floating tweaks, xinitrc
Mainly provide xinitrc to prepare to move to arch with no DM. I don't need a DM anyway.
This commit is contained in:
parent
b67755e615
commit
a1166b8a18
3 changed files with 3 additions and 5 deletions
|
@ -192,4 +192,4 @@ hide_edge_borders both
|
||||||
workspace_auto_back_and_forth yes
|
workspace_auto_back_and_forth yes
|
||||||
|
|
||||||
# Make windows created with a special floating class float
|
# Make windows created with a special floating class float
|
||||||
for_window [instance="__user_requests_float"] floating enable
|
for_window [instance="__user_requests_float"] floating enable, border 1pixel
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
cursor_blink_interval 0
|
cursor_blink_interval 0
|
||||||
scrollback_lines 2000
|
scrollback_lines 2000
|
||||||
|
|
||||||
url_color #0087BD
|
|
||||||
url_style curly
|
url_style curly
|
||||||
|
|
||||||
sync_to_monitor yes
|
sync_to_monitor yes
|
||||||
|
@ -9,9 +8,6 @@ sync_to_monitor yes
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
window_alert_on_bell yes
|
window_alert_on_bell yes
|
||||||
|
|
||||||
foreground #cccccc
|
|
||||||
background #000000
|
|
||||||
|
|
||||||
map kitty_mod+enter new_window_with_cwd
|
map kitty_mod+enter new_window_with_cwd
|
||||||
map kitty_mod+j previous_window
|
map kitty_mod+j previous_window
|
||||||
map kitty_mod+k next_window
|
map kitty_mod+k next_window
|
||||||
|
|
2
.xinitrc
Normal file
2
.xinitrc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
barrierc -n `hostname` 192.168.1.10
|
||||||
|
exec i3
|
Loading…
Add table
Reference in a new issue