mirror of
https://github.com/Rushilwiz/rice.git
synced 2025-04-03 20:00:20 -04:00
goodbye car
This commit is contained in:
parent
1f72bc4044
commit
6a912cbd46
14
i3/config
14
i3/config
|
@ -175,6 +175,7 @@ bindsym $mod+Return exec kitty
|
|||
|
||||
#bindsym $mod+Shift+Return exec --no-startup-id kitty --class floating_terminal
|
||||
for_window [class="floating_terminal"] floating enable
|
||||
for_window [class="ftb-app"] floating enable
|
||||
|
||||
bindsym $mod+Shift+Return exec --no-startup-id urxvt -geometry 80x26 -name "floating_urxvt"
|
||||
for_window [class="URxvt" instance="floating_urxvt$"] floating toggle
|
||||
|
@ -296,7 +297,7 @@ bindsym $mod+w exec /usr/bin/firefox
|
|||
bindsym $mod+Shift+w exec /usr/bin/google-chrome
|
||||
bindsym $mod+n exec /usr/bin/thunar
|
||||
|
||||
bindsym $mod+Print exec --no-startup-id maim --select "/home/$USER/documents/$(date).png"
|
||||
bindsym $mod+Print exec --no-startup-id maim --select "/home/$USER/documents/screenshots/$(date).png"
|
||||
bindsym Print exec --no-startup-id maim --select | xclip -selection clipboard -t image/png
|
||||
|
||||
|
||||
|
@ -408,8 +409,8 @@ exec --no-startup-id dex --autostart --environment i3
|
|||
exec --no-startup-id ~/.screenlayout/monitor.sh
|
||||
|
||||
# set wallpaper
|
||||
# exec --no-startup-id sleep 2 && nitrogen --restore
|
||||
exec --no-startup-id sleep 1 && ~/.config/i3/scripts/background-randomize ~/.config/i3/background/toronto 600
|
||||
#exec --no-startup-id sleep 2 && nitrogen --restore
|
||||
exec_always --no-startup-id sleep 1 && ~/.config/i3/scripts/background-randomize ~/.config/i3/background/india 600
|
||||
|
||||
# set powersavings for display:
|
||||
exec --no-startup-id xset s 480 dpms 600 600 600
|
||||
|
@ -599,10 +600,13 @@ bindsym $mod+t exec rofi -show window \
|
|||
|
||||
## rofi bindings to manage clipboard (install rofi-greenclip from the AUR)
|
||||
|
||||
exec --no-startup-id greenclip daemon>/dev/null
|
||||
bindsym $mod+c exec --no-startup-id rofi -modi "clipboard:greenclip print" -show clipboard \
|
||||
exec_always --no-startup-id greenclip daemon>/dev/null
|
||||
bindsym $mod+c exec --no-startup-id rofi -modi "clipboard:greenclip print" -show clipboard \
|
||||
-run-command '{cmd}' -config ~/.config/rofi/rofidmenu.rasi
|
||||
|
||||
exec_always --no-startup-id udiskie -t
|
||||
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||
exec_always --no-startup-id ~/.config/kmonad/launch.sh;
|
||||
|
||||
for_window [instance="origin.exe"] floating enable
|
||||
|
|
|
@ -37,7 +37,7 @@ include-file = ~/.config/polybar/user_modules.ini
|
|||
; If unspecified, the application will pick the first one it finds.
|
||||
; $ polybar -m | cut -d ':' -f 1
|
||||
; $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
||||
monitor =
|
||||
monitor = ${env:MONITOR:eDP1}
|
||||
|
||||
; Use the specified monitor as a fallback if the main one is not found.
|
||||
monitor-fallback =
|
||||
|
|
|
@ -392,7 +392,7 @@ format-font = 3
|
|||
format-prefix = |
|
||||
format-suffix = |
|
||||
format-prefix-padding = 1
|
||||
format-suffix-padding = 1
|
||||
format-suffix-padding = 0
|
||||
format-prefix-foreground = ${color.sep}
|
||||
format-suffix-foreground = ${color.sep}
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ metadata_fields = ["xesam:title", "xesam:artist"]
|
|||
metadata_separator = "-"
|
||||
|
||||
# (bool) : Hide text when no player is available? True disables the output for no players.
|
||||
hide_output = False
|
||||
hide_output = True
|
||||
|
||||
# Defult initialization
|
||||
current_player = None
|
||||
|
|
Loading…
Reference in New Issue
Block a user