reverted back to using btop with xfce4-terminal, saves ~30MB of RAM
This commit is contained in:
parent
c72969a8a4
commit
b79ca83035
3 changed files with 6 additions and 5 deletions
|
|
@ -223,7 +223,7 @@ alias {kdiff,kitten,kd}="kitty +kitten diff"
|
||||||
alias bluepill="neo-matrix --bold=2 -D --color=cyan --density=0.75 --charset=katakana --speed=12 --fullwidth --screensaver"
|
alias bluepill="neo-matrix --bold=2 -D --color=cyan --density=0.75 --charset=katakana --speed=12 --fullwidth --screensaver"
|
||||||
alias calendar="orage"
|
alias calendar="orage"
|
||||||
alias nf="neofetch"
|
alias nf="neofetch"
|
||||||
# alias btop="xfce4-terminal --geometry=284x53+0+0 -x btop"
|
alias btop="xfce4-terminal --geometry=284x53+0+0 -x btop"
|
||||||
alias tor-browser="tor-browser &"
|
alias tor-browser="tor-browser &"
|
||||||
alias chromium="chromium --incognito --disable-search-engine-collection --fingerprinting-canvas-image-data-noise --fingerpriting-canvas-measuretext-noise --fingerprinting-client-rects-noise --popups-to-tabs &"
|
alias chromium="chromium --incognito --disable-search-engine-collection --fingerprinting-canvas-image-data-noise --fingerpriting-canvas-measuretext-noise --fingerprinting-client-rects-noise --popups-to-tabs &"
|
||||||
alias {firefox-developer-edition,firefox}="firefox-developer-edition"
|
alias {firefox-developer-edition,firefox}="firefox-developer-edition"
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,8 @@ exec feh --bg-fill /home/brian/Pictures/nord_sand_i3.png
|
||||||
# Get rid of mouse cursor upon use of keyboard
|
# Get rid of mouse cursor upon use of keyboard
|
||||||
exec xbanish
|
exec xbanish
|
||||||
|
|
||||||
# Automatically open kitty terminal and btop at full screen
|
# Automatically open xfce4 terminal and btop at full screen
|
||||||
exec kitty -e btop; fullscreen enable
|
exec xfce4-terminal -x btop; fullscreen enable
|
||||||
|
|
||||||
# Get rid of window title bars
|
# Get rid of window title bars
|
||||||
# for_window [class="^.*"] default_border pixel 1
|
# for_window [class="^.*"] default_border pixel 1
|
||||||
|
|
@ -79,11 +79,12 @@ bindsym $mod+K exec krita
|
||||||
bindsym $mod+N exec tootle
|
bindsym $mod+N exec tootle
|
||||||
bindsym $mod+P exec postman
|
bindsym $mod+P exec postman
|
||||||
# bindsym $mod+S exec iscan
|
# bindsym $mod+S exec iscan
|
||||||
bindsym $mod+B exec kitty -e btop
|
bindsym $mod+B exec xfce4-terminal -x btop
|
||||||
bindsym $mod+X exec xfce4-terminal
|
bindsym $mod+X exec xfce4-terminal
|
||||||
bindsym $mod+M exec kitty -e cmus
|
bindsym $mod+M exec kitty -e cmus
|
||||||
bindsym $mod+U exec galculator
|
bindsym $mod+U exec galculator
|
||||||
bindsym $mod+y exec steam
|
bindsym $mod+y exec steam
|
||||||
|
bindsym $mod+o exec virt-manager
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ cursor_shape block
|
||||||
italic_font Roboto Mono Italic
|
italic_font Roboto Mono Italic
|
||||||
shell_integration no-cursor
|
shell_integration no-cursor
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
font_size 12
|
font_size 14
|
||||||
tab_bar_style hidden
|
tab_bar_style hidden
|
||||||
window_margin_width 1
|
window_margin_width 1
|
||||||
window_border_width 0.5pt
|
window_border_width 0.5pt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue