updated settings on btop for both desktop and laptop
This commit is contained in:
parent
8c1cf0e7bf
commit
e672e3d8f3
3 changed files with 16 additions and 13 deletions
|
|
@ -220,7 +220,7 @@ alias rg="rg -i --colors 'match:fg:blue' --colors 'line:fg:blue'"
|
|||
alias fzfi="rg --files --hidden --follow --no-ignore-vcs -g '!{node_modules,.git}' | fzf"
|
||||
alias bluepill="neo-matrix --bold=2 -D --color=cyan --density=0.75 --charset=katakana --speed=12 --fullwidth --screensaver"
|
||||
alias calendar="orage"
|
||||
alias btop="xfce4-terminal --geometry=284x53+0+0 -x btop"
|
||||
alias btop="kitty -o font_size=12 -o background_opacity=0.40 -e btop; fullscreen enable"
|
||||
alias {librewolf,firefox}="librewolf"
|
||||
alias tor-browser="tor-browser &"
|
||||
alias chromium="chromium --disable-search-engine-collection --fingerprinting-canvas-image-data-noise --fingerpriting-canvas-measuretext-noise --fingerprinting-client-rects-noise --popups-to-tabs &"
|
||||
|
|
|
|||
20
i3/config
20
i3/config
|
|
@ -15,9 +15,9 @@ exec xcompmgr -c -f -n
|
|||
|
||||
# Increase Brightness
|
||||
# For at Home/Desktop:
|
||||
exec xrandr --output Screen-0 --brightness 1.1
|
||||
# exec xrandr --output Screen-0 --brightness 1.1
|
||||
# For at Work/Laptop:
|
||||
# exec xbacklight -set 70
|
||||
exec xbacklight -set 70
|
||||
|
||||
# Enable pulseaudio
|
||||
exec pulseaudio --start
|
||||
|
|
@ -29,7 +29,7 @@ exec feh --bg-fill /home/brian/Pictures/nord_sand_i3.png
|
|||
exec xbanish
|
||||
|
||||
# Automatically open kitty terminal and btop at full screen
|
||||
exec kitty -o font_size=12 -o background_opacity=0.50 -e btop; fullscreen enable
|
||||
exec kitty -o font_size=12 -o background_opacity=0.40 -e btop; fullscreen enable
|
||||
|
||||
# Get rid of window title bars
|
||||
# for_window [class="^.*"] default_border pixel 1
|
||||
|
|
@ -88,7 +88,7 @@ bindsym $mod+G exec gimp --no-splash
|
|||
bindsym $mod+K exec krita --nosplash
|
||||
bindsym $mod+T exec tootle
|
||||
bindsym $mod+P exec pcmanfm
|
||||
bindsym $mod+B exec kitty -o font_size=12 -o background_opacity=0.50 -e btop; fullscreen enable
|
||||
bindsym $mod+B exec kitty -o font_size=12 -o background_opacity=0.40 -e btop; fullscreen enable
|
||||
bindsym $mod+M exec mousepad
|
||||
bindsym $mod+O exec gcolor3
|
||||
bindsym $mod+U exec galculator
|
||||
|
|
@ -103,14 +103,14 @@ for_window [instance="keepassxc"] floating enable
|
|||
for_window [instance="gtktranslate"] floating enable
|
||||
|
||||
# For at Home/Desktop:
|
||||
for_window [instance="galculator"] floating enable move right 1100px, move down 300px
|
||||
for_window [instance="gcolor3"] floating enable move right 900px, move down 300px
|
||||
for_window [instance="mousepad"] floating enable move right 1100px, move down 300px
|
||||
# for_window [instance="galculator"] floating enable move right 1100px, move down 300px
|
||||
# for_window [instance="gcolor3"] floating enable move right 900px, move down 300px
|
||||
# for_window [instance="mousepad"] floating enable move right 1100px, move down 300px
|
||||
|
||||
# For at Laptop:
|
||||
# for_window [instance="galculator"] floating enable move right 725px, move down 310px
|
||||
# for_window [instance="gcolor3"] floating enable move right 550px, move down 300px
|
||||
# for_window [instance="mousepad"] floating enable move right 700px, move down 250px
|
||||
for_window [instance="galculator"] floating enable move right 725px, move down 310px
|
||||
for_window [instance="gcolor3"] floating enable move right 550px, move down 300px
|
||||
for_window [instance="mousepad"] floating enable move right 700px, move down 250px
|
||||
|
||||
# For testing of floating window python guis
|
||||
for_window [instance="app.py"] floating enable
|
||||
|
|
|
|||
|
|
@ -7,7 +7,12 @@ cursor_shape block
|
|||
italic_font Roboto Mono Italic
|
||||
shell_integration no-cursor
|
||||
enable_audio_bell no
|
||||
|
||||
# Desktop
|
||||
font_size 14
|
||||
#Laptop
|
||||
font_size 16
|
||||
|
||||
tab_bar_style hidden
|
||||
window_margin_width 1
|
||||
window_border_width 0.5pt
|
||||
|
|
@ -15,13 +20,11 @@ hide_window_decorations yes
|
|||
active_border_color #61AFEF
|
||||
inactive_border_color #ADADAD
|
||||
|
||||
|
||||
# disables changing window size in tmux
|
||||
map ctrl+left resize_window narrower
|
||||
map ctrl+right resize_window wider
|
||||
map ctrl+up resize_window taller 1
|
||||
map ctrl+down resize_window shorter 1
|
||||
|
||||
|
||||
# turns off update checking telemetry
|
||||
update_check_interval 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue