Compare commits
3 Commits
cb33c4c755
...
efda9b1590
| Author | SHA1 | Date | |
|---|---|---|---|
|
efda9b1590
|
|||
|
c53a8ff237
|
|||
|
7532f2dbd2
|
6
.config/.gitignore
vendored
6
.config/.gitignore
vendored
@@ -8,6 +8,10 @@
|
|||||||
!polybar/**
|
!polybar/**
|
||||||
!alacritty
|
!alacritty
|
||||||
!alacritty/**
|
!alacritty/**
|
||||||
|
!clipse
|
||||||
|
!clipse/**
|
||||||
|
clipse/clipboard_history.json
|
||||||
|
clipse/tmp_files/
|
||||||
!hypr
|
!hypr
|
||||||
!hypr/**
|
!hypr/**
|
||||||
!rofi
|
!rofi
|
||||||
@@ -30,3 +34,5 @@ btop/themes/WallRizz.theme
|
|||||||
btop/btop.log
|
btop/btop.log
|
||||||
!kitty
|
!kitty
|
||||||
!kitty/**
|
!kitty/**
|
||||||
|
|
||||||
|
*.log
|
||||||
|
|||||||
BIN
.config/backgrounds/CS_Wedding01.jpg
LFS
Normal file
BIN
.config/backgrounds/CS_Wedding01.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/CS_Wedding02.jpg
LFS
Normal file
BIN
.config/backgrounds/CS_Wedding02.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/Cradle_Mountain.jpg
LFS
Normal file
BIN
.config/backgrounds/Cradle_Mountain.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/Cradle_Mountain_2.jpg
LFS
Normal file
BIN
.config/backgrounds/Cradle_Mountain_2.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/Cradle_Mountain_3.jpg
LFS
Normal file
BIN
.config/backgrounds/Cradle_Mountain_3.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/DaLat.jpg
LFS
Normal file
BIN
.config/backgrounds/DaLat.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/DaLat02.jpg
LFS
Normal file
BIN
.config/backgrounds/DaLat02.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/HoiAn01.jpg
LFS
Normal file
BIN
.config/backgrounds/HoiAn01.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/HoiAn02.jpg
LFS
Normal file
BIN
.config/backgrounds/HoiAn02.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/Pebbly01.jpg
LFS
Normal file
BIN
.config/backgrounds/Pebbly01.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/Sapa01.jpg
LFS
Normal file
BIN
.config/backgrounds/Sapa01.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/Sapa02.jpg
LFS
Normal file
BIN
.config/backgrounds/Sapa02.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/SiemReap.jpg
LFS
Normal file
BIN
.config/backgrounds/SiemReap.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/Vietnam01.jpg
LFS
Normal file
BIN
.config/backgrounds/Vietnam01.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/Vietnam02.jpg
LFS
Normal file
BIN
.config/backgrounds/Vietnam02.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/Yamba01.jpg
LFS
Normal file
BIN
.config/backgrounds/Yamba01.jpg
LFS
Normal file
Binary file not shown.
BIN
.config/backgrounds/Yamba02.jpg
LFS
Normal file
BIN
.config/backgrounds/Yamba02.jpg
LFS
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.config/backgrounds/perisher.jpg
LFS
Normal file
BIN
.config/backgrounds/perisher.jpg
LFS
Normal file
Binary file not shown.
Binary file not shown.
BIN
.config/backgrounds/washpool.jpg
LFS
Normal file
BIN
.config/backgrounds/washpool.jpg
LFS
Normal file
Binary file not shown.
35
.config/clipse/config.json
Normal file
35
.config/clipse/config.json
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"allowDuplicates": false,
|
||||||
|
"historyFile": "clipboard_history.json",
|
||||||
|
"maxHistory": 1000,
|
||||||
|
"logFile": "clipse.log",
|
||||||
|
"themeFile": "custom_theme.json",
|
||||||
|
"tempDir": "tmp_files",
|
||||||
|
"keyBindings": {
|
||||||
|
"choose": "enter",
|
||||||
|
"clearSelected": "S",
|
||||||
|
"down": "down",
|
||||||
|
"end": "end",
|
||||||
|
"filter": "/",
|
||||||
|
"home": "home",
|
||||||
|
"more": "?",
|
||||||
|
"nextPage": "right",
|
||||||
|
"prevPage": "left",
|
||||||
|
"preview": " ",
|
||||||
|
"quit": "q",
|
||||||
|
"remove": "x",
|
||||||
|
"selectDown": "ctrl+down",
|
||||||
|
"selectSingle": "s",
|
||||||
|
"selectUp": "ctrl+up",
|
||||||
|
"togglePin": "p",
|
||||||
|
"togglePinned": "tab",
|
||||||
|
"up": "up",
|
||||||
|
"yankFilter": "ctrl+s"
|
||||||
|
},
|
||||||
|
"imageDisplay": {
|
||||||
|
"type": "kitty",
|
||||||
|
"scaleX": 9,
|
||||||
|
"scaleY": 9,
|
||||||
|
"heightCut": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
28
.config/clipse/custom_theme.json
Normal file
28
.config/clipse/custom_theme.json
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"useCustomTheme": false,
|
||||||
|
"TitleFore": "#ffffff",
|
||||||
|
"TitleBack": "#6F4CBC",
|
||||||
|
"TitleInfo": "#3498db",
|
||||||
|
"NormalTitle": "#ffffff",
|
||||||
|
"DimmedTitle": "#808080",
|
||||||
|
"SelectedTitle": "#FF69B4",
|
||||||
|
"NormalDesc": "#808080",
|
||||||
|
"DimmedDesc": "#808080",
|
||||||
|
"SelectedDesc": "#FF69B4",
|
||||||
|
"StatusMsg": "#2ecc71",
|
||||||
|
"PinIndicatorColor": "#FFD700",
|
||||||
|
"SelectedBorder": "#3498db",
|
||||||
|
"SelectedDescBorder": "#3498db",
|
||||||
|
"FilteredMatch": "#ffffff",
|
||||||
|
"FilterPrompt": "#2ecc71",
|
||||||
|
"FilterInfo": "#3498db",
|
||||||
|
"FilterText": "#ffffff",
|
||||||
|
"FilterCursor": "#FFD700",
|
||||||
|
"HelpKey": "#999999",
|
||||||
|
"HelpDesc": "#808080",
|
||||||
|
"PageActiveDot": "#3498db",
|
||||||
|
"PageInactiveDot": "#808080",
|
||||||
|
"DividerDot": "#3498db",
|
||||||
|
"PreviewedText": "#ffffff",
|
||||||
|
"PreviewBorder": "#3498db"
|
||||||
|
}
|
||||||
@@ -113,13 +113,16 @@ animations {
|
|||||||
animation = borderangle, 1, 8, default
|
animation = borderangle, 1, 8, default
|
||||||
animation = fade, 1, 7, default
|
animation = fade, 1, 7, default
|
||||||
animation = workspaces, 1, 6, default
|
animation = workspaces, 1, 6, default
|
||||||
|
|
||||||
|
# Make special workspaces appear from bottom instead of left
|
||||||
|
animation = specialWorkspace, 1, 3, default, slidefadevert 100%
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||||
preserve_split = yes # you probably want this
|
preserve_split = yes # you probably want this
|
||||||
smart_split = true
|
smart_split = false
|
||||||
}
|
}
|
||||||
|
|
||||||
master {
|
master {
|
||||||
@@ -128,7 +131,7 @@ master {
|
|||||||
|
|
||||||
gestures {
|
gestures {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
workspace_swipe = false
|
workspace_swipe = true
|
||||||
}
|
}
|
||||||
|
|
||||||
cursor {
|
cursor {
|
||||||
@@ -175,4 +178,4 @@ plugin {
|
|||||||
# device {
|
# device {
|
||||||
# name = epic-mouse-v1
|
# name = epic-mouse-v1
|
||||||
# sensitivity = -0.5
|
# sensitivity = -0.5
|
||||||
# }
|
# }
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ general {
|
|||||||
}
|
}
|
||||||
|
|
||||||
animation {
|
animation {
|
||||||
enabled = true
|
|
||||||
bezier = linear, 1, 1, 0, 0
|
bezier = linear, 1, 1, 0, 0
|
||||||
animation = fade, 1, 1.8, linear
|
animation = fade, 1, 1.8, linear
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,8 @@ bind = ALT, SPACE, exec, ~/.config/hypr/scripts/search-windows.sh
|
|||||||
bind = CTRL ALT, Delete, exit
|
bind = CTRL ALT, Delete, exit
|
||||||
bind = $mainMod, L, exec, hyprlock
|
bind = $mainMod, L, exec, hyprlock
|
||||||
|
|
||||||
bind = $mainMod, V, exec, [float] alacritty --class clipse -e /home/nathan/.local/bin/clipse
|
#bind = $mainMod, V, exec, [float] alacritty --class clipse -e /home/nathan/.local/bin/clipse
|
||||||
|
bind = $mainMod, V, exec, [float] kitty --class clipse -e /home/nathan/.local/bin/clipse
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -126,4 +127,5 @@ bind = $mainMod, PERIOD, exec, bemoji
|
|||||||
bind = $mainMod, T, exec, alacritty --config-file ~/dotfiles/.alacritty-nozellij.toml
|
bind = $mainMod, T, exec, alacritty --config-file ~/dotfiles/.alacritty-nozellij.toml
|
||||||
|
|
||||||
|
|
||||||
bind = $mainMod, W, exec, ~/.config/hypr/scripts/wallpaper.sh
|
bind = $mainMod, W, exec, ~/.config/hypr/scripts/wallpaper.sh
|
||||||
|
bind = $mainMod CTRL, W, exec, WallRizz -r -n -d ~/.config/backgrounds
|
||||||
|
|||||||
@@ -6,7 +6,10 @@ clipse -listen &
|
|||||||
|
|
||||||
/home/nathan/AppImages/Fingertip-0.0.4-beta2-linux-X64.AppImage &
|
/home/nathan/AppImages/Fingertip-0.0.4-beta2-linux-X64.AppImage &
|
||||||
/home/nathan/AppImages/nextcloud_desktop_sync_client.appimage --background &
|
/home/nathan/AppImages/nextcloud_desktop_sync_client.appimage --background &
|
||||||
discord --start-minimized &
|
# discord --start-minimized & Using vesktop now
|
||||||
|
|
||||||
|
sleep 2
|
||||||
|
vesktop --start-minimized &
|
||||||
kdeconnect-indicator
|
kdeconnect-indicator
|
||||||
# slack -U &
|
# slack -U &
|
||||||
|
|
||||||
@@ -18,4 +21,4 @@ kdeconnect-indicator
|
|||||||
XDG_MENU_PREFIX=arch- kbuildsycoca6
|
XDG_MENU_PREFIX=arch- kbuildsycoca6
|
||||||
|
|
||||||
|
|
||||||
WallRizz -r -n -d ~/.config/backgrounds
|
#sleep 10 && WallRizz -r -n -d ~/.config/backgrounds
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ windowrulev2 = move onscreen cursor -50% 0,class:^(Nextcloud)$
|
|||||||
|
|
||||||
# # Start windows
|
# # Start windows
|
||||||
stickyrule = class:discord,5
|
stickyrule = class:discord,5
|
||||||
|
stickyrule = class:vesktop,5
|
||||||
stickyrule = class:org.telegram.desktop,5
|
stickyrule = class:org.telegram.desktop,5
|
||||||
stickyrule = class:Slack,5
|
stickyrule = class:Slack,5
|
||||||
|
|
||||||
@@ -35,9 +36,13 @@ windowrule = size 100% 100%, class:^(Gromit-mpx)$
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# No Opacity windowrule
|
# No Opacity windowrules
|
||||||
windowrule = opacity 1 override 1 override class:brave-browser
|
windowrule = opacity 1 override 1 override class:brave-browser
|
||||||
windowrule = opacity 1 override 1 override class:mpv
|
windowrule = opacity 1 override 1 override class:mpv
|
||||||
|
windowrule = opacity 1 override 1 override class:virt-manager
|
||||||
|
windowrule = opacity 1 override 1 override class:^(Bootstrap Studio)$
|
||||||
|
windowrule = opacity 1 override 1 override class:^(Minecraft)(.*)$
|
||||||
|
windowrule = opacity 1 override 1 override class:^(gimp)$
|
||||||
|
|
||||||
# Disable opacity for Alacritty (as it already has a transparent background)
|
# Disable opacity for Alacritty (as it already has a transparent background)
|
||||||
windowrule = opacity 1 override 0.75 override class:Alacritty
|
windowrule = opacity 1 override 0.75 override class:Alacritty
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
font_family Fira Code SemiBold
|
font_family Fira Code Regular
|
||||||
font_size 12.0
|
font_size 8.0
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|
||||||
background_opacity 0.7
|
background_opacity 0
|
||||||
confirm_os_window_close 0
|
confirm_os_window_close 0
|
||||||
|
|
||||||
# change to x11 or wayland or leave auto
|
# change to x11 or wayland or leave auto
|
||||||
|
|||||||
Reference in New Issue
Block a user