Compare commits
3 Commits
bebb238e19
...
842f29016e
Author | SHA1 | Date | |
---|---|---|---|
842f29016e | |||
6338d1b566 | |||
39b59e35f5 |
@ -84,7 +84,7 @@ ${color cf9c19} ${color}${color e25ee6}Updates:${color}${color 9ca8ce} ${ex
|
||||
${color 3b8af6} I3 KEYBINDINGS ${hr 1}${color}
|
||||
#####################
|
||||
|
||||
${color 379838} ${color}${color e25ee6}Super + ${color}${color 9ca8ce}= Kitty${color}
|
||||
${color 379838} ${color}${color e25ee6}Super + ${color}${color 9ca8ce}= Terminal${color}
|
||||
${color 379838} ${color}${color e25ee6}Super + וּ + space ${color}${color 9ca8ce}= Float Window${color}
|
||||
${color 379838} ${color}${color e25ee6}Super + f ${color}${color 9ca8ce}= Fullscreen${color}
|
||||
${color 379838} ${color}${color e25ee6}Super + p ${color}${color 9ca8ce}= Dmenu (Run Mode)${color}
|
||||
|
@ -84,7 +84,7 @@ ${color cf9c19} ${color}${color e25ee6}Updates:${color}${color 9ca8ce} ${ex
|
||||
${color 3b8af6} I3 KEYBINDINGS ${hr 1}${color}
|
||||
#####################
|
||||
|
||||
${color 379838} ${color}${color e25ee6}Super + ${color}${color 9ca8ce}= Kitty${color}
|
||||
${color 379838} ${color}${color e25ee6}Super + ${color}${color 9ca8ce}= Terminal${color}
|
||||
${color 379838} ${color}${color e25ee6}Super + וּ + space ${color}${color 9ca8ce}= Float Window${color}
|
||||
${color 379838} ${color}${color e25ee6}Super + f ${color}${color 9ca8ce}= Fullscreen${color}
|
||||
${color 379838} ${color}${color e25ee6}Super + p ${color}${color 9ca8ce}= Dmenu (Run Mode)${color}
|
||||
|
@ -58,8 +58,8 @@ floating_modifier $mod
|
||||
#new_window 1pixel
|
||||
new_window pixel 2
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec kitty
|
||||
# start a terminal (you can change with kitty or alacritty)
|
||||
bindsym $mod+Return exec terminator
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
34
.config/terminator/config
Normal file
34
.config/terminator/config
Normal file
@ -0,0 +1,34 @@
|
||||
[global_config]
|
||||
focus = system
|
||||
borderless = True
|
||||
tab_position = hidden
|
||||
broadcast_default = off
|
||||
inactive_color_offset = 1.0
|
||||
enabled_plugins = ,
|
||||
ask_before_closing = never
|
||||
[keybindings]
|
||||
[profiles]
|
||||
[[default]]
|
||||
icon_bell = False
|
||||
background_color = "#1e2127"
|
||||
cursor_shape = ibeam
|
||||
cursor_fg_color = "#1e2127"
|
||||
cursor_bg_color = "#abb2bf"
|
||||
cursor_color_default = False
|
||||
font = UbuntuMono Nerd Font 11.399
|
||||
foreground_color = "#c0bfbc"
|
||||
show_titlebar = False
|
||||
scrollbar_position = hidden
|
||||
scrollback_infinite = True
|
||||
palette = "#282c34:#d19a66:#98c379:#d19a66:#61afef:#c678dd:#98c379:#979eab:#393e48:#e06c75:#98c379:#c678dd:#61afef:#c678dd:#56b6c2:#abb2bf"
|
||||
use_system_font = False
|
||||
bold_is_bright = True
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[window0]]]
|
||||
type = Window
|
||||
parent = ""
|
||||
[[[child1]]]
|
||||
type = Terminal
|
||||
parent = window0
|
||||
[plugins]
|
Loading…
x
Reference in New Issue
Block a user