mirror of
https://github.com/Cametendo/MyI3Config-fork.git
synced 2026-03-18 03:40:20 +01:00
corrected clipboard path and added clipmenu package in common-packages.txt
This commit is contained in:
@@ -13,7 +13,7 @@ bindsym $mod+b exec ~/.config/MyI3Config/settings/browser.sh
|
|||||||
bindsym $mod+e exec ~/.config/MyI3Config/settings/filemanager.sh
|
bindsym $mod+e exec ~/.config/MyI3Config/settings/filemanager.sh
|
||||||
bindsym $mod+Ctrl+c exec ~/.config/MyI3Config/settings/calculator.sh
|
bindsym $mod+Ctrl+c exec ~/.config/MyI3Config/settings/calculator.sh
|
||||||
bindsym $mod+Ctrl+Return exec --no-startup-id rofi -show drun
|
bindsym $mod+Ctrl+Return exec --no-startup-id rofi -show drun
|
||||||
bindsym $mod+v exec --no-startup-id ~/.config/i3/scripts/clipboard.sh #clipboard history
|
bindsym $mod+v exec --no-startup-id ~/.config/MyI3Config/scripts/clipboard.sh #clipboard history
|
||||||
bindsym $mod+Shift+v exec code
|
bindsym $mod+Shift+v exec code
|
||||||
|
|
||||||
# ----------------------------------------
|
# ----------------------------------------
|
||||||
|
|||||||
@@ -27,3 +27,6 @@ nautilus
|
|||||||
|
|
||||||
# Power menu
|
# Power menu
|
||||||
wlogout
|
wlogout
|
||||||
|
|
||||||
|
# Clipboard
|
||||||
|
clipmenu
|
||||||
|
|||||||
9
scripts/clipboard.sh
Executable file
9
scripts/clipboard.sh
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# KISS Clipboard history using clipmenu
|
||||||
|
|
||||||
|
# Ensure the daemon is running (it exits if already running)
|
||||||
|
clipmenud &
|
||||||
|
|
||||||
|
# Open the menu
|
||||||
|
# Use CM_LAUNCHER="rofi" if the repo specifically prefers rofi
|
||||||
|
CM_LAUNCHER="rofi" clipmenu -dmenu -i -p "Clipboard:"
|
||||||
Reference in New Issue
Block a user