mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-22 14:51:56 +01:00
tweaky mctweaks
This commit is contained in:
parent
4a24af75f3
commit
f83da8f83a
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@ torbrowser/
|
||||
vlc/
|
||||
qt6ct/
|
||||
sqlitebrowser/
|
||||
castero/
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=0
|
||||
gtk-theme-name=WhiteSur-dark-blue
|
||||
gtk-theme-name=Materia-dark-compact
|
||||
gtk-icon-theme-name=Tela-circle-blue-dark
|
||||
gtk-font-name=Roboto 10
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
|
30
i3/config
30
i3/config
@ -38,21 +38,33 @@ exec --no-startup-id nm-applet --indicator
|
||||
exec --no-startup-id insync start
|
||||
|
||||
### Window config
|
||||
# custom
|
||||
for_window [class="aptus-upgrade"] floating enable
|
||||
|
||||
# filemanagers/utils
|
||||
for_window [class="Thunar"] floating enable
|
||||
for_window [class="catfish"] floating enable
|
||||
for_window [class="Zoom"] floating enable
|
||||
for_window [class="zoom"] floating enable
|
||||
for_window [class="Pcmanfm"] floating enable
|
||||
for_window [class="Pavucontrol"] floating enable
|
||||
for_window [class="eog"] floating enable
|
||||
for_window [class="Transmission-gtk"] floating enable
|
||||
for_window [class="io.github.celluloid_player.Celluloid"] floating enable
|
||||
for_window [title="Catfish"] floating enable
|
||||
|
||||
# terminals
|
||||
for_window [class="Alacritty"] floating enable
|
||||
for_window [class="kitty"] floating enable
|
||||
for_window [class="URxvt"] floating enable
|
||||
for_window [class="zenity"] floating enable
|
||||
|
||||
# dialogs
|
||||
for_window [class="apostrophe" title="Export"] floating enable
|
||||
for_window [title="Catfish"] floating enable
|
||||
for_window [class="zenity"] floating enable
|
||||
|
||||
# a/v
|
||||
for_window [class="Zoom"] floating enable
|
||||
for_window [class="zoom"] floating enable
|
||||
for_window [class="Pavucontrol"] floating enable
|
||||
|
||||
# other
|
||||
for_window [class="eog"] floating enable
|
||||
for_window [class="Transmission-gtk"] floating enable
|
||||
for_window [class="io.github.celluloid_player.Celluloid"] floating enable
|
||||
|
||||
for_window [class=".*"] border pixel 3
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
|
@ -23,7 +23,7 @@ xwayland enable
|
||||
### Gnome settings
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
exec_always {
|
||||
gsettings set $gnome-schema gtk-theme 'WhiteSur-dark-blue'
|
||||
gsettings set $gnome-schema gtk-theme 'Materia-dark-compact'
|
||||
gsettings set $gnome-schema icon-theme 'Tela-circle-blue-dark'
|
||||
gsettings set $gnome-schema font-name 'Roboto Regular 10'
|
||||
gsettings set $gnome-schema monospace-font-name 'Roboto Regular 10'
|
||||
@ -59,7 +59,7 @@ exec insync start
|
||||
for_window [app_id=aptus-upgrade] floating enable
|
||||
|
||||
# filemanagers
|
||||
for_window [app_id=Thunar] floating enable
|
||||
for_window [app_id=thunar] floating enable
|
||||
for_window [app_id=ranger] floating enable
|
||||
for_window [title="Catfish"] floating enable
|
||||
|
||||
@ -263,7 +263,7 @@ smart_gaps off
|
||||
#
|
||||
# Titlebars
|
||||
#
|
||||
font pango:FiraCodeMedium 9
|
||||
font pango:KanitMedium 9
|
||||
default_border pixel 3
|
||||
default_floating_border none
|
||||
hide_edge_borders none
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
* {
|
||||
font-size: 11px;
|
||||
font-size: 12px;
|
||||
font-family: "Kanit Medium", "Font Awesome 5 Free";
|
||||
/*font-weight: bold;*/
|
||||
border-radius: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user