mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-09 17:08:06 +01:00
update rofi shortcut
This commit is contained in:
parent
469ec23132
commit
66e388d3b0
1 changed files with 47 additions and 6 deletions
53
cinnamon.txt
53
cinnamon.txt
|
@ -1,8 +1,8 @@
|
|||
[/]
|
||||
command-history=['r', 'terminal', 'kitty']
|
||||
enabled-applets=['panel1:right:5:systray@cinnamon.org:3', 'panel1:right:6:xapp-status@cinnamon.org:4', 'panel1:right:7:notifications@cinnamon.org:5', 'panel1:right:8:printers@cinnamon.org:6', 'panel1:right:9:removable-drives@cinnamon.org:7', 'panel1:right:10:keyboard@cinnamon.org:8', 'panel1:right:11:favorites@cinnamon.org:9', 'panel1:right:12:network@cinnamon.org:10', 'panel1:right:13:sound@cinnamon.org:11', 'panel1:right:14:power@cinnamon.org:12', 'panel1:right:15:calendar@cinnamon.org:13', 'panel1:right:16:cornerbar@cinnamon.org:16', 'panel1:center:2:grouped-window-list@cinnamon.org:17', 'panel1:center:1:menu@cinnamon.org:20']
|
||||
enabled-applets=['panel1:right:1:systray@cinnamon.org:3', 'panel1:right:3:xapp-status@cinnamon.org:4', 'panel1:right:4:notifications@cinnamon.org:5', 'panel1:right:6:removable-drives@cinnamon.org:7', 'panel1:right:7:keyboard@cinnamon.org:8', 'panel1:right:8:favorites@cinnamon.org:9', 'panel1:right:9:network@cinnamon.org:10', 'panel1:right:10:sound@cinnamon.org:11', 'panel1:right:11:power@cinnamon.org:12', 'panel1:right:13:calendar@cinnamon.org:13', 'panel1:right:14:cornerbar@cinnamon.org:16', 'panel1:center:2:grouped-window-list@cinnamon.org:17', 'panel1:center:1:commandLauncher@scollins:21', 'panel1:right:0:system-controls@xhyrom:23']
|
||||
enabled-extensions=['user-shadows@nathan818fr', 'transparent-panels@germanfr']
|
||||
next-applet-id=21
|
||||
next-applet-id=24
|
||||
panel-edit-mode=false
|
||||
panel-zone-icon-sizes='[{"panelId": 1, "left": 0, "center": 0, "right": 24}]'
|
||||
panel-zone-symbolic-icon-sizes='[{"panelId": 1, "left": 28, "center": 28, "right": 16}]'
|
||||
|
@ -10,9 +10,16 @@ panel-zone-text-sizes='[{"panelId": 1, "left": 0.0, "center": 0.0, "right": 0.0}
|
|||
panels-height=['1:40']
|
||||
window-effect-speed=1
|
||||
|
||||
[cinnamon-session]
|
||||
quit-time-delay=60
|
||||
|
||||
[desktop/background]
|
||||
picture-uri='file:///home/hyro/Pictures/night-violet-tree-fantasy.jpg'
|
||||
|
||||
[desktop/background/slideshow]
|
||||
delay=15
|
||||
image-source='xml:///usr/share/gnome-background-properties/blobs.xml'
|
||||
|
||||
[desktop/interface]
|
||||
clock-show-date=false
|
||||
clock-show-seconds=false
|
||||
|
@ -22,23 +29,57 @@ gtk-theme='Flat-Remix-GTK-Violet-Dark'
|
|||
icon-theme='Numix-Circle'
|
||||
|
||||
[desktop/keybindings]
|
||||
custom-list=['custom0', '__dummy__']
|
||||
custom-list=['__dummy__', 'custom0']
|
||||
|
||||
[desktop/keybindings/custom-keybindings/custom0]
|
||||
binding=['<Shift>Escape']
|
||||
binding=['<Super>r']
|
||||
command='rofi -show drun'
|
||||
name='rofi'
|
||||
|
||||
[desktop/keybindings/media-keys]
|
||||
area-screenshot=@as []
|
||||
area-screenshot-clip=['<Shift><Super>s']
|
||||
screenreader=@as []
|
||||
screenshot=['Print']
|
||||
screenshot-clip=['<Control>Print']
|
||||
|
||||
[desktop/peripherals/keyboard]
|
||||
delay=uint32 500
|
||||
numlock-state=false
|
||||
numlock-state=true
|
||||
repeat-interval=uint32 30
|
||||
|
||||
[desktop/screensaver]
|
||||
floating-widgets=false
|
||||
lock-enabled=true
|
||||
show-clock=true
|
||||
use-custom-format=false
|
||||
|
||||
[desktop/session]
|
||||
idle-delay=uint32 300
|
||||
|
||||
[desktop/sound]
|
||||
event-sounds=false
|
||||
|
||||
[launcher]
|
||||
check-frequency=300
|
||||
memory-limit=2048
|
||||
|
||||
[muffin]
|
||||
unredirect-fullscreen-windows=true
|
||||
|
||||
[settings-daemon/peripherals/keyboard]
|
||||
numlock-state='off'
|
||||
numlock-state='on'
|
||||
|
||||
[settings-daemon/peripherals/touchscreen]
|
||||
orientation-lock=true
|
||||
|
||||
[settings-daemon/plugins/power]
|
||||
lid-close-ac-action='suspend'
|
||||
lid-close-battery-action='suspend'
|
||||
sleep-display-ac=300
|
||||
sleep-display-battery=300
|
||||
sleep-inactive-ac-timeout=900
|
||||
sleep-inactive-battery-timeout=900
|
||||
|
||||
[theme]
|
||||
name='Flat-Remix-GTK-Violet-Dark'
|
||||
|
|
Loading…
Reference in a new issue