mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
update i3 desktop config
This commit is contained in:
parent
9bf72681e1
commit
f594313fb4
@ -227,17 +227,17 @@ mode "$mode_gaps_left" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# set default gaps to 20
|
# set default gaps to 20
|
||||||
gaps top 35
|
gaps top 40
|
||||||
gaps left 10
|
gaps left 10
|
||||||
gaps right 10
|
gaps right 10
|
||||||
gaps bottom 10
|
gaps bottom 10
|
||||||
gaps inner 20
|
gaps inner 15
|
||||||
|
|
||||||
## I3-GAPS END
|
## I3-GAPS END
|
||||||
|
|
||||||
|
|
||||||
# make all windows have a 3 pixel border
|
# make all windows have a 3 pixel border
|
||||||
for_window [class=".*"] border pixel 5
|
for_window [class=".*"] border pixel 7
|
||||||
|
|
||||||
# make calendar, todo, and spotify always only have border 3 pixels
|
# make calendar, todo, and spotify always only have border 3 pixels
|
||||||
for_window[workspace="4: "] border pixel 3
|
for_window[workspace="4: "] border pixel 3
|
||||||
@ -366,7 +366,7 @@ exec --no-startup-id nm-applet
|
|||||||
# Unlock KWallet
|
# Unlock KWallet
|
||||||
exec --no-startup-id /usr/lib/pam_kwallet_init
|
exec --no-startup-id /usr/lib/pam_kwallet_init
|
||||||
|
|
||||||
# exec --no-startup-id dbus-launch dunst --config ~/.config/dunst/dunstrc
|
exec_always --no-startup-id dbus-launch dunst --config ~/.config/dunst/dunstrc
|
||||||
|
|
||||||
# start the calendar and todolist plasmoids
|
# start the calendar and todolist plasmoids
|
||||||
# exec --no-startup-id ~/scripts/calendar.sh
|
# exec --no-startup-id ~/scripts/calendar.sh
|
||||||
@ -376,13 +376,13 @@ exec --no-startup-id dunst --config ~/.config/dunst/dunstrc
|
|||||||
|
|
||||||
exec --no-startup-id /usr/bin/variety --profile /home/sudacode/.config/variety/
|
exec --no-startup-id /usr/bin/variety --profile /home/sudacode/.config/variety/
|
||||||
|
|
||||||
exec --no-startup-id i3-msg 'workspace 3: ﱘ'; exec $term -e ncmpcpp
|
# exec --no-startup-id i3-msg 'workspace 3: ﱘ'; exec $term -e ncmpcpp
|
||||||
exec --no-startup-id i3-msg 'workspace 4: '; exec emc ~/org/
|
exec --no-startup-id i3-msg 'workspace 4: '; exec emc ~/org/
|
||||||
exec --no-startup-id i3-msg 'workspace 6: '; exec emacsclient -n -c -e '(+vterm/here nil)'
|
exec --no-startup-id i3-msg 'workspace 6: '; exec emacsclient -n -c -e '(+vterm/here nil)'
|
||||||
|
|
||||||
exec --no-startup-id /usr/bin/emacs --daemon
|
exec --no-startup-id /usr/bin/emacs --daemon
|
||||||
|
|
||||||
exec --no-startup-id /usr/bin/alternating_layouts.py
|
exec_always --no-startup-id /usr/bin/alternating_layouts.py
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
@ -545,8 +545,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
|||||||
# start rofi tabswitcher
|
# start rofi tabswitcher
|
||||||
bindsym Mod1+ISO_Left_Tab exec --no-startup-id $HOME/SudacodeRice/scripts/tabswitcher.sh
|
bindsym Mod1+ISO_Left_Tab exec --no-startup-id $HOME/SudacodeRice/scripts/tabswitcher.sh
|
||||||
# changer borders
|
# changer borders
|
||||||
bindsym Mod1+y border pixel 3
|
bindsym Mod1+y border pixel 7
|
||||||
# bindsym Mod1+t border normal 3
|
|
||||||
bindsym Mod1+u border none
|
bindsym Mod1+u border none
|
||||||
|
|
||||||
# set menu to the krunner
|
# set menu to the krunner
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[module/openweathermap-fullfeatured]
|
[module/openweathermap-fullfeatured]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/SudacodeRice/scripts/openweathermap-fullfeatured.sh
|
exec = ~/SudacodeRice/scripts/openweathermap-fullfeatured.sh
|
||||||
click-left = exec ~/scripts/weather
|
click-left = gnome-weather
|
||||||
interval = 600
|
interval = 600
|
||||||
format-font = 3
|
format-font = 3
|
||||||
format-background = ${color.shade4}
|
format-background = ${color.shade4}
|
||||||
|
@ -299,7 +299,7 @@ show_menu() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Rofi command to pipe into, can add any options here
|
# Rofi command to pipe into, can add any options here
|
||||||
rofi_command="rofi -config ~/SudacodeRice/rofi/rofidmenu.rasi -dmenu -p"
|
rofi_command="rofi -config ~/SudacodeRice/rofi/dracula.rasi -dmenu -p"
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
--status)
|
--status)
|
||||||
|
Loading…
Reference in New Issue
Block a user