i3, urxvt [wip]
This commit is contained in:
10
.Xresources
10
.Xresources
@ -34,10 +34,14 @@ urxvt*font:-xos4-terminus-*-*-*-*-12-*-*-*-*-*-*-*
|
||||
!!urxvt*shading: 60
|
||||
|
||||
URxvt*inheritPixmap: true
|
||||
1URxvt*transparent: true
|
||||
! URxvt*transparent: true
|
||||
! URxvt*shading: 0 to 99 darkens, 101 to 200 lightens
|
||||
URxvt*shading: 20
|
||||
|
||||
urxvt*saveLines:8192
|
||||
urxvt*saveLines:18192
|
||||
URxvt.scrollBar: false
|
||||
|
||||
URxvt.perl-ext-common: selection-to-clipboard
|
||||
URxvt.perl-ext-common: selection-to-clipboard,url-select
|
||||
URxvt.urlLauncher: firefox
|
||||
URxvt.underlineURLs: true
|
||||
URxvt.urlButton: 1
|
||||
|
@ -10,7 +10,7 @@
|
||||
padding = 8
|
||||
horizontal_padding = 8
|
||||
frame_width = 1
|
||||
frame_color = "#355E86"
|
||||
frame_color = "#8C552E"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
@ -75,21 +75,21 @@
|
||||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#0D0F12"
|
||||
foreground = "#355E86"
|
||||
background = "#0f0e09"
|
||||
foreground = "#8C552E"
|
||||
timeout = 5
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_normal]
|
||||
background = "#0D0F12"
|
||||
foreground = "#355E86"
|
||||
background = "#0f0e09"
|
||||
foreground = "#8C552E"
|
||||
timeout = 5
|
||||
|
||||
[urgency_critical]
|
||||
background = "#0D0F12"
|
||||
foreground = "#355E86"
|
||||
frame_color = "#355E86"
|
||||
background = "#0f0e09"
|
||||
foreground = "#8C552E"
|
||||
frame_color = "#8C552E"
|
||||
timeout = 0
|
||||
|
||||
# Every section that isn't one of the above is interpreted as a rules to
|
||||
|
@ -135,7 +135,6 @@ bindsym $mod+r mode "resize"
|
||||
|
||||
# startup
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
#exec_always --no-startup-id /$HOME/.config/polybar/i3wmthemer_bar_launch.sh
|
||||
|
||||
exec --no-startup-id i3-msg 'exec $TERMINAL; workspace 2; exec firefox;'
|
||||
exec --no-startup-id feh --bg-scale ~/Wallpapers/seneca.jpg
|
||||
@ -147,7 +146,6 @@ exec --no-startup-id ~/bin/dunstwal
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
exec telegram-desktop
|
||||
# exec cantata
|
||||
|
||||
exec --no-startup-id sleep 4; i3-msg '[class="Mattermost"] move scratchpad; [class="Telegram"] move scratchpad'
|
||||
|
||||
@ -165,6 +163,7 @@ for_window [class="Mattermost"] gaps outer 0
|
||||
for_window [window_role="floating"] floating enable
|
||||
for_window [class="QSyncthingTray"] floating enable
|
||||
for_window [class="Thunderbird" window_type="normal"] floating enable, resize set 1024 768
|
||||
for_window [class="Nautilus"] floating enable
|
||||
for_window [class="Gnome-calculator"] floating enable
|
||||
for_window [class="Blueberry.py"] floating enable
|
||||
for_window [class="Pavucontrol"] floating enable
|
||||
|
Reference in New Issue
Block a user